Html Css Color HEX #C96ED2 Orchid

📋 copy color: '#C96ED2'

red 201 ◦ green 110 ◦ blue 210

#C96ED2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #C96ED2

Tints of Orchid #C96ED2

RGB

 RED value IS 201 (78.91% from 255) = 38.58%

 GREEN value IS 110 (43.36% from 255) = 21.11%

 BLUE value IS 210 (82.42% from 255) = 40.31%

R = 38.58%
G = 21.11%
B = 40.31%

CMYK

 C value IS 0.04

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C96ED2 (or 0xC96ED2) is known color: Orchid. HEX triplet: C9, 6E and D2. RGB value is (201,110,210). Sum of RGB (Red+Green+Blue) = 201+110+210=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 210 (82.42% from 255 or 40.31% from 521); Max value from RGB is 210 - color contains mainly: blue. Hex color #C96ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96ED2 is #36912D. Grayscale: #949494. Windows color (decimal): -3576110 or 13790921. OLE color: 13790921.

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

Color convert

RGB 201 110 210 -
CMYK 0.04 0.48 0 0.18
HSL 294.6º 0.53% 0.63% -
HSV(B) 294.6º 0.48% 0.82% -
XYZ 41.3 28.22 64.24 -
YUV 148.61 162.65 165.37 -
System Red Green Blue C M Y K H S L
Decimal 201 110 210 0.04 0.48 0 0.18 294.6 0.53 0.63
Hex C9 6E D2 4 30 0 12 127 35 3F
Octal 311 156 322 4 60 0 22 447 65 77
Binary 11001001 1101110 11010010 100 110000 0 10010 100100111 110101 111111

Color Harmonies of #C96ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96ED2

Black with #C96ED2

Text Example


Text Example

White with #C96ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96ED2; }

 p { color: rgb(201,110,210); }

 H1.HeaderClassName
 {
   color: #C96ED2;
 }
 .AnyTagClassName
 {
   color: #C96ED2;
 }
</style>

background-color css

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

 a { background-color: rgb(201,110,210); }

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

border-color css

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

 span { border-color: rgb(201,110,210); }

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