Html Css Color HEX #C96ECE Orchid

📋 copy color: '#C96ECE'

red 201 ◦ green 110 ◦ blue 206

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

Shades of Orchid #C96ECE

Tints of Orchid #C96ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.85%

R = 38.88%
G = 21.28%
B = 39.85%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C96ECE (or 0xC96ECE) is known color: Orchid. HEX triplet: C9, 6E and CE. RGB value is (201,110,206). Sum of RGB (Red+Green+Blue) = 201+110+206=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 110 (43.36% from 255 or 21.28% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #C96ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96ECE is #369131. Grayscale: #939393. Windows color (decimal): -3576114 or 13528777. OLE color: 13528777.

HSL color Cylindrical-coordinate representation of color #C96ECE: hue angle of 296.88º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C96ECE is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 110 206 -
CMYK 0.02 0.47 0 0.19
HSL 296.88º 0.49% 0.62% -
HSV(B) 296.88º 0.47% 0.81% -
XYZ 40.8 28.03 61.65 -
YUV 148.15 160.65 165.69 -
System Red Green Blue C M Y K H S L
Decimal 201 110 206 0.02 0.47 0 0.19 296.88 0.49 0.62
Hex C9 6E CE 2 2F 0 13 129 31 3E
Octal 311 156 316 2 57 0 23 451 61 76
Binary 11001001 1101110 11001110 10 101111 0 10011 100101001 110001 111110

Color Harmonies of #C96ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96ECE

Black with #C96ECE

Text Example


Text Example

White with #C96ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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