#C967CD

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

Shades of Orchid #C967CD

Tints of Orchid #C967CD

Color information

#C967CD (or 0xC967CD) is unknown color: approx Orchid. HEX triplet: C9, 67 and CD. RGB value is (201,103,205). Sum of RGB (Red+Green+Blue) = 201+103+205=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 103 (40.62% from 255 or 20.24% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #C967CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C967CD is #369832. Grayscale: #8F8F8F. Windows color (decimal): -3577907 or 13461449. OLE color: 13461449.

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

Color convert

RGB201103205-
CMYK0.020.5000.20
HSL297.65º50.5%60.39%-
HSV(B)297.65º49.76%80.39%-
XYZ39.9626.5360.77-
YUV143.93162.47168.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.49%
GREEN value IS 103 (40.62% from 255) = 20.24%
BLUE value IS 205 (80.47% from 255) = 40.28%
R=39.49%
G=20.24%
B=40.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011032050.020.5000.20297.6550.560.39
HexC967CD23201412a323c
Octal3111473152620244526274
Binary1100100111001111100110110110010010100100101010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C967CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C967CD; }

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

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

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

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

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

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

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

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