#C967CC

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

Shades of Orchid #C967CC

Tints of Orchid #C967CC

Color information

#C967CC (or 0xC967CC) is unknown color: approx Orchid. HEX triplet: C9, 67 and CC. RGB value is (201,103,204). Sum of RGB (Red+Green+Blue) = 201+103+204=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 103 (40.62% from 255 or 20.28% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #C967CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C967CC is #369833. Grayscale: #8F8F8F. Windows color (decimal): -3577908 or 13395913. OLE color: 13395913.

HSL color Cylindrical-coordinate representation of color #C967CC: hue angle of 298.22º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C967CC is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB201103204-
CMYK0.010.5000.2
HSL298.22º49.75%60.2%-
HSV(B)298.22º49.51%80%-
XYZ39.8426.4860.14-
YUV143.82161.97168.79-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.57%
GREEN value IS 103 (40.62% from 255) = 20.28%
BLUE value IS 204 (80.08% from 255) = 40.16%
R=39.57%
G=20.28%
B=40.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2011032040.010.5000.2298.2249.7560.2
HexC967CC13201412a323c
Octal3111473141620244526274
Binary110010011100111110011001110010010100100101010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C967CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C967CC; }

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

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

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

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

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

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

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

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