#C967D6

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

Shades of Orchid #C967D6

Tints of Orchid #C967D6

Color information

#C967D6 (or 0xC967D6) is unknown color: approx Orchid. HEX triplet: C9, 67 and D6. RGB value is (201,103,214). Sum of RGB (Red+Green+Blue) = 201+103+214=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 103 (40.62% from 255 or 19.88% from 518); Blue value is 214 (83.98% from 255 or 41.31% from 518); Max value from RGB is 214 - color contains mainly: blue. Hex color #C967D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C967D6 is #369829. Grayscale: #909090. Windows color (decimal): -3577898 or 14051273. OLE color: 14051273.

HSL color Cylindrical-coordinate representation of color #C967D6: hue angle of 292.97º 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 #C967D6 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB201103214-
CMYK0.060.5200.16
HSL292.97º57.51%62.16%-
HSV(B)292.97º51.87%83.92%-
XYZ41.0826.9766.66-
YUV144.96166.97167.97-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.80%
GREEN value IS 103 (40.62% from 255) = 19.88%
BLUE value IS 214 (83.98% from 255) = 41.31%
R=38.80%
G=19.88%
B=41.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2011032140.060.5200.16292.9757.5162.16
HexC967D66340101253a3e
Octal3111473266640204457276
Binary11001001110011111010110110110100010000100100101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C967D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C967D6; }

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

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

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

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

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

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

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

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