Html Css Color HEX #C96EE0 Orchid

📋 copy color: '#C96EE0'

red 201 ◦ green 110 ◦ blue 224

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

Shades of Orchid #C96EE0

Tints of Orchid #C96EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.87%

R = 37.57%
G = 20.56%
B = 41.87%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C96EE0 (or 0xC96EE0) is known color: Orchid. HEX triplet: C9, 6E and E0. RGB value is (201,110,224). Sum of RGB (Red+Green+Blue) = 201+110+224=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 110 (43.36% from 255 or 20.56% from 535); Blue value is 224 (87.89% from 255 or 41.87% from 535); Max value from RGB is 224 - color contains mainly: blue. Hex color #C96EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96EE0 is #36911F. Grayscale: #959595. Windows color (decimal): -3576096 or 14708425. OLE color: 14708425.

HSL color Cylindrical-coordinate representation of color #C96EE0: hue angle of 287.89º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C96EE0 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 110 224 -
CMYK 0.10 0.51 0 0.12
HSL 287.89º 0.65% 0.65% -
HSV(B) 287.89º 0.51% 0.88% -
XYZ 43.12 28.95 73.84 -
YUV 150.21 169.65 164.23 -
System Red Green Blue C M Y K H S L
Decimal 201 110 224 0.10 0.51 0 0.12 287.89 0.65 0.65
Hex C9 6E E0 A 33 0 C 120 41 41
Octal 311 156 340 12 63 0 14 440 101 101
Binary 11001001 1101110 11100000 1010 110011 0 1100 100100000 1000001 1000001

Color Harmonies of #C96EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96EE0

Black with #C96EE0

Text Example


Text Example

White with #C96EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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