#C367CE

Color #C367CE Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C367CE

Tints of Medium Orchid #C367CE

Color information

#C367CE (or 0xC367CE) is unknown color: approx Medium Orchid. HEX triplet: C3, 67 and CE. RGB value is (195,103,206). Sum of RGB (Red+Green+Blue) = 195+103+206=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 103 (40.62% from 255 or 20.44% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #C367CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C367CE is #3C9831. Grayscale: #8D8D8D. Windows color (decimal): -3971122 or 13526979. OLE color: 13526979.

HSL color Cylindrical-coordinate representation of color #C367CE: hue angle of 293.59º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C367CE is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB195103206-
CMYK0.050.5000.19
HSL293.59º51.24%60.59%-
HSV(B)293.59º50%80.78%-
XYZ38.525.7661.34-
YUV142.25163.98165.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 38.69%
GREEN value IS 103 (40.62% from 255) = 20.44%
BLUE value IS 206 (80.86% from 255) = 40.87%
R=38.69%
G=20.44%
B=40.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1951032060.050.5000.19293.5951.2460.59
HexC367CE532013126333d
Octal3031473165620234466375
Binary11000011110011111001110101110010010011100100110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C367CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C367CE; }

 p { color: rgb(195,103,206); }

 H1.HeaderClassName
 {
   color: #C367CE;
 }
 .AnyTagClassName
 {
   color: #C367CE;
 }
</style>
background-color css

<style>
 a { background-color: #C367CE; }

 a { background-color: rgb(195,103,206); }

 div.DivClassName
 {
   background-color: #C367CE;
 }
 .BgClassName
 {
   background-color: #C367CE;
 }
</style>
border-color css

<style>
 span { border-color: #C367CE; }

 span { border-color: rgb(195,103,206); }

 td.TdClassName
 {
   border-color: #C367CE;
 }
 .TagClassName
 {
   border-color: #C367CE;
 }
</style>