Html Css Color HEX #C96EE5 Orchid

📋 copy color: '#C96EE5'

red 201 ◦ green 110 ◦ blue 229

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

Shades of Orchid #C96EE5

Tints of Orchid #C96EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.41%

R = 37.22%
G = 20.37%
B = 42.41%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C96EE5 (or 0xC96EE5) is known color: Orchid. HEX triplet: C9, 6E and E5. RGB value is (201,110,229). Sum of RGB (Red+Green+Blue) = 201+110+229=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 110 (43.36% from 255 or 20.37% from 540); Blue value is 229 (89.84% from 255 or 42.41% from 540); Max value from RGB is 229 - color contains mainly: blue. Hex color #C96EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96EE5 is #36911A. Grayscale: #969696. Windows color (decimal): -3576091 or 15036105. OLE color: 15036105.

HSL color Cylindrical-coordinate representation of color #C96EE5: hue angle of 285.88º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C96EE5 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 201 110 229 -
CMYK 0.12 0.52 0 0.10
HSL 285.88º 0.7% 0.66% -
HSV(B) 285.88º 0.52% 0.9% -
XYZ 43.81 29.23 77.46 -
YUV 150.78 172.15 163.82 -
System Red Green Blue C M Y K H S L
Decimal 201 110 229 0.12 0.52 0 0.10 285.88 0.7 0.66
Hex C9 6E E5 C 34 0 A 11E 46 42
Octal 311 156 345 14 64 0 12 436 106 102
Binary 11001001 1101110 11100101 1100 110100 0 1010 100011110 1000110 1000010

Color Harmonies of #C96EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96EE5

Black with #C96EE5

Text Example


Text Example

White with #C96EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96EE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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