#C968D1

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

Shades of Orchid #C968D1

Tints of Orchid #C968D1

Color information

#C968D1 (or 0xC968D1) is unknown color: approx Orchid. HEX triplet: C9, 68 and D1. RGB value is (201,104,209). Sum of RGB (Red+Green+Blue) = 201+104+209=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 104 (41.02% from 255 or 20.23% from 514); Blue value is 209 (82.03% from 255 or 40.66% from 514); Max value from RGB is 209 - color contains mainly: blue. Hex color #C968D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C968D1 is #36972E. Grayscale: #909090. Windows color (decimal): -3577647 or 13723849. OLE color: 13723849.

HSL color Cylindrical-coordinate representation of color #C968D1: hue angle of 295.43º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C968D1 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB201104209-
CMYK0.040.5000.18
HSL295.43º53.3%61.37%-
HSV(B)295.43º50.24%81.96%-
XYZ40.5526.9263.38-
YUV144.97164.14167.96-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.11%
GREEN value IS 104 (41.02% from 255) = 20.23%
BLUE value IS 209 (82.03% from 255) = 40.66%
R=39.11%
G=20.23%
B=40.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2011042090.040.5000.18295.4353.361.37
HexC968D1432012127353d
Octal3111503214620224476575
Binary11001001110100011010001100110010010010100100111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C968D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C968D1; }

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

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

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

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

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

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

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

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