#C968D9

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

Shades of Orchid #C968D9

Tints of Orchid #C968D9

Color information

#C968D9 (or 0xC968D9) is unknown color: approx Orchid. HEX triplet: C9, 68 and D9. RGB value is (201,104,217). Sum of RGB (Red+Green+Blue) = 201+104+217=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 104 (41.02% from 255 or 19.92% from 522); Blue value is 217 (85.16% from 255 or 41.57% from 522); Max value from RGB is 217 - color contains mainly: blue. Hex color #C968D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C968D9 is #369726. Grayscale: #919191. Windows color (decimal): -3577639 or 14248137. OLE color: 14248137.

HSL color Cylindrical-coordinate representation of color #C968D9: hue angle of 291.5º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C968D9 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB201104217-
CMYK0.070.5200.15
HSL291.5º59.79%62.94%-
HSV(B)291.5º52.07%85.1%-
XYZ41.5627.3368.73-
YUV145.88168.14167.31-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.51%
GREEN value IS 104 (41.02% from 255) = 19.92%
BLUE value IS 217 (85.16% from 255) = 41.57%
R=38.51%
G=19.92%
B=41.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2011042170.070.5200.15291.559.7962.94
HexC968D97340F1243c3f
Octal3111503317640174447477
Binary1100100111010001101100111111010001111100100100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C968D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C968D9; }

 p { color: rgb(201,104,217); }

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

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

 a { background-color: rgb(201,104,217); }

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

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

 span { border-color: rgb(201,104,217); }

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