Html Css Color HEX #C96EC2 Orchid

📋 copy color: '#C96EC2'

red 201 ◦ green 110 ◦ blue 194

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

Shades of Orchid #C96EC2

Tints of Orchid #C96EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.42%

R = 39.8%
G = 21.78%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#C96EC2 (or 0xC96EC2) is known color: Orchid. HEX triplet: C9, 6E and C2. RGB value is (201,110,194). Sum of RGB (Red+Green+Blue) = 201+110+194=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 194 (76.17% from 255 or 38.42% from 505); Max value from RGB is 201 - color contains mainly: red. Hex color #C96EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96EC2 is #36913D. Grayscale: #929292. Windows color (decimal): -3576126 or 12742345. OLE color: 12742345.

HSL color Cylindrical-coordinate representation of color #C96EC2: hue angle of 304.62º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C96EC2 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 110 194 -
CMYK 0 0.45 0.03 0.21
HSL 304.62º 0.46% 0.61% -
HSV(B) 304.62º 0.45% 0.79% -
XYZ 39.4 27.46 54.26 -
YUV 146.79 154.65 166.67 -
System Red Green Blue C M Y K H S L
Decimal 201 110 194 0 0.45 0.03 0.21 304.62 0.46 0.61
Hex C9 6E C2 0 2D 3 15 131 2E 3D
Octal 311 156 302 0 55 3 25 461 56 75
Binary 11001001 1101110 11000010 0 101101 11 10101 100110001 101110 111101

Color Harmonies of #C96EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96EC2

Black with #C96EC2

Text Example


Text Example

White with #C96EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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