Html Css Color HEX #C96FE0 Orchid

📋 copy color: '#C96FE0'

red 201 ◦ green 111 ◦ blue 224

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

Shades of Orchid #C96FE0

Tints of Orchid #C96FE0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.71%

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

R = 37.5%
G = 20.71%
B = 41.79%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C96FE0 (or 0xC96FE0) is known color: Orchid. HEX triplet: C9, 6F and E0. RGB value is (201,111,224). Sum of RGB (Red+Green+Blue) = 201+111+224=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 111 (43.75% from 255 or 20.71% from 536); Blue value is 224 (87.89% from 255 or 41.79% from 536); Max value from RGB is 224 - color contains mainly: blue. Hex color #C96FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96FE0 is #36901F. Grayscale: #969696. Windows color (decimal): -3575840 or 14708681. OLE color: 14708681.

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

Color convert

RGB 201 111 224 -
CMYK 0.10 0.50 0 0.12
HSL 287.79º 0.65% 0.66% -
HSV(B) 287.79º 0.5% 0.88% -
XYZ 43.23 29.17 73.87 -
YUV 150.79 169.32 163.81 -
System Red Green Blue C M Y K H S L
Decimal 201 111 224 0.10 0.50 0 0.12 287.79 0.65 0.66
Hex C9 6F E0 A 32 0 C 120 41 42
Octal 311 157 340 12 62 0 14 440 101 102
Binary 11001001 1101111 11100000 1010 110010 0 1100 100100000 1000001 1000010

Color Harmonies of #C96FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96FE0

Black with #C96FE0

Text Example


Text Example

White with #C96FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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