Html Css Color HEX #C96EE1 Orchid

📋 copy color: '#C96EE1'

red 201 ◦ green 110 ◦ blue 225

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

Shades of Orchid #C96EE1

Tints of Orchid #C96EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.98%

R = 37.5%
G = 20.52%
B = 41.98%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C96EE1 (or 0xC96EE1) is known color: Orchid. HEX triplet: C9, 6E and E1. RGB value is (201,110,225). Sum of RGB (Red+Green+Blue) = 201+110+225=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 110 (43.36% from 255 or 20.52% from 536); Blue value is 225 (88.28% from 255 or 41.98% from 536); Max value from RGB is 225 - color contains mainly: blue. Hex color #C96EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96EE1 is #36911E. Grayscale: #959595. Windows color (decimal): -3576095 or 14773961. OLE color: 14773961.

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

Color convert

RGB 201 110 225 -
CMYK 0.11 0.51 0 0.12
HSL 287.48º 0.66% 0.66% -
HSV(B) 287.48º 0.51% 0.88% -
XYZ 43.25 29.01 74.55 -
YUV 150.32 170.15 164.15 -
System Red Green Blue C M Y K H S L
Decimal 201 110 225 0.11 0.51 0 0.12 287.48 0.66 0.66
Hex C9 6E E1 B 33 0 C 11F 42 42
Octal 311 156 341 13 63 0 14 437 102 102
Binary 11001001 1101110 11100001 1011 110011 0 1100 100011111 1000010 1000010

Color Harmonies of #C96EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96EE1

Black with #C96EE1

Text Example


Text Example

White with #C96EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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