#C967CE

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

Shades of Orchid #C967CE

Tints of Orchid #C967CE

Color information

#C967CE (or 0xC967CE) is unknown color: approx Orchid. HEX triplet: C9, 67 and CE. RGB value is (201,103,206). Sum of RGB (Red+Green+Blue) = 201+103+206=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 103 (40.62% from 255 or 20.20% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #C967CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C967CE is #369831. Grayscale: #8F8F8F. Windows color (decimal): -3577906 or 13526985. OLE color: 13526985.

HSL color Cylindrical-coordinate representation of color #C967CE: hue angle of 297.09º 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 #C967CE is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB201103206-
CMYK0.020.5000.19
HSL297.09º51.24%60.59%-
HSV(B)297.09º50%80.78%-
XYZ40.0826.5761.41-
YUV144.04162.97168.62-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.41%
GREEN value IS 103 (40.62% from 255) = 20.20%
BLUE value IS 206 (80.86% from 255) = 40.39%
R=39.41%
G=20.20%
B=40.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2011032060.020.5000.19297.0951.2460.59
HexC967CE232013129333d
Octal3111473162620234516375
Binary1100100111001111100111010110010010011100101001110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C967CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C967CE; }

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

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

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

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

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

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

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

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