#C967CF

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

Shades of Orchid #C967CF

Tints of Orchid #C967CF

Color information

#C967CF (or 0xC967CF) is unknown color: approx Orchid. HEX triplet: C9, 67 and CF. RGB value is (201,103,207). Sum of RGB (Red+Green+Blue) = 201+103+207=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 103 (40.62% from 255 or 20.16% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #C967CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C967CF is #369830. Grayscale: #8F8F8F. Windows color (decimal): -3577905 or 13592521. OLE color: 13592521.

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

Color convert

RGB201103207-
CMYK0.030.5000.19
HSL296.54º52%60.78%-
HSV(B)296.54º50.24%81.18%-
XYZ40.226.6262.05-
YUV144.16163.47168.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.33%
GREEN value IS 103 (40.62% from 255) = 20.16%
BLUE value IS 207 (81.25% from 255) = 40.51%
R=39.33%
G=20.16%
B=40.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2011032070.030.5000.19296.545260.78
HexC967CF332013129343d
Octal3111473173620234516475
Binary1100100111001111100111111110010010011100101001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C967CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C967CF; }

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

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

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

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

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

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

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

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