Html Css Color HEX #C96ECC Orchid

📋 copy color: '#C96ECC'

red 201 ◦ green 110 ◦ blue 204

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

Shades of Orchid #C96ECC

Tints of Orchid #C96ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.61%

R = 39.03%
G = 21.36%
B = 39.61%

CMYK

 C value IS 0.01

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C96ECC (or 0xC96ECC) is known color: Orchid. HEX triplet: C9, 6E and CC. RGB value is (201,110,204). Sum of RGB (Red+Green+Blue) = 201+110+204=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 110 (43.36% from 255 or 21.36% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #C96ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96ECC is #369133. Grayscale: #939393. Windows color (decimal): -3576116 or 13397705. OLE color: 13397705.

HSL color Cylindrical-coordinate representation of color #C96ECC: hue angle of 298.09º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C96ECC is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 201 110 204 -
CMYK 0.01 0.46 0 0.2
HSL 298.09º 0.48% 0.62% -
HSV(B) 298.09º 0.46% 0.8% -
XYZ 40.56 27.93 60.38 -
YUV 147.93 159.65 165.86 -
System Red Green Blue C M Y K H S L
Decimal 201 110 204 0.01 0.46 0 0.2 298.09 0.48 0.62
Hex C9 6E CC 1 2E 0 14 12A 30 3E
Octal 311 156 314 1 56 0 24 452 60 76
Binary 11001001 1101110 11001100 1 101110 0 10100 100101010 110000 111110

Color Harmonies of #C96ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96ECC

Black with #C96ECC

Text Example


Text Example

White with #C96ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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