#C967D7

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

Shades of Orchid #C967D7

Tints of Orchid #C967D7

Color information

#C967D7 (or 0xC967D7) is unknown color: approx Orchid. HEX triplet: C9, 67 and D7. RGB value is (201,103,215). Sum of RGB (Red+Green+Blue) = 201+103+215=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 103 (40.62% from 255 or 19.85% from 519); Blue value is 215 (84.38% from 255 or 41.43% from 519); Max value from RGB is 215 - color contains mainly: blue. Hex color #C967D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C967D7 is #369828. Grayscale: #909090. Windows color (decimal): -3577897 or 14116809. OLE color: 14116809.

HSL color Cylindrical-coordinate representation of color #C967D7: hue angle of 292.5º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C967D7 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB201103215-
CMYK0.070.5200.16
HSL292.5º58.33%62.35%-
HSV(B)292.5º52.09%84.31%-
XYZ41.227.0267.33-
YUV145.07167.47167.89-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.73%
GREEN value IS 103 (40.62% from 255) = 19.85%
BLUE value IS 215 (84.38% from 255) = 41.43%
R=38.73%
G=19.85%
B=41.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2011032150.070.5200.16292.558.3362.35
HexC967D77340101243a3e
Octal3111473277640204447276
Binary11001001110011111010111111110100010000100100100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C967D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C967D7; }

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

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

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

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

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

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

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

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