Html Css Color HEX #C96ED1 Orchid

📋 copy color: '#C96ED1'

red 201 ◦ green 110 ◦ blue 209

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

Shades of Orchid #C96ED1

Tints of Orchid #C96ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.19%

R = 38.65%
G = 21.15%
B = 40.19%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C96ED1 (or 0xC96ED1) is known color: Orchid. HEX triplet: C9, 6E and D1. RGB value is (201,110,209). Sum of RGB (Red+Green+Blue) = 201+110+209=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 110 (43.36% from 255 or 21.15% from 520); Blue value is 209 (82.03% from 255 or 40.19% from 520); Max value from RGB is 209 - color contains mainly: blue. Hex color #C96ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96ED1 is #36912E. Grayscale: #949494. Windows color (decimal): -3576111 or 13725385. OLE color: 13725385.

HSL color Cylindrical-coordinate representation of color #C96ED1: hue angle of 295.15º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C96ED1 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 110 209 -
CMYK 0.04 0.47 0 0.18
HSL 295.15º 0.52% 0.63% -
HSV(B) 295.15º 0.47% 0.82% -
XYZ 41.17 28.17 63.59 -
YUV 148.5 162.15 165.45 -
System Red Green Blue C M Y K H S L
Decimal 201 110 209 0.04 0.47 0 0.18 295.15 0.52 0.63
Hex C9 6E D1 4 2F 0 12 127 34 3F
Octal 311 156 321 4 57 0 22 447 64 77
Binary 11001001 1101110 11010001 100 101111 0 10010 100100111 110100 111111

Color Harmonies of #C96ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96ED1

Black with #C96ED1

Text Example


Text Example

White with #C96ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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