Html Css Color HEX #C96EC8 Orchid

📋 copy color: '#C96EC8'

red 201 ◦ green 110 ◦ blue 200

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

Shades of Orchid #C96EC8

Tints of Orchid #C96EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.14%

R = 39.33%
G = 21.53%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#C96EC8 (or 0xC96EC8) is known color: Orchid. HEX triplet: C9, 6E and C8. RGB value is (201,110,200). Sum of RGB (Red+Green+Blue) = 201+110+200=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 200 (78.52% from 255 or 39.14% from 511); Max value from RGB is 201 - color contains mainly: red. Hex color #C96EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96EC8 is #369137. Grayscale: #939393. Windows color (decimal): -3576120 or 13135561. OLE color: 13135561.

HSL color Cylindrical-coordinate representation of color #C96EC8: hue angle of 300.66º 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 #C96EC8 is Cyan = 0, Magento = 0.45, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 110 200 -
CMYK 0 0.45 0.00 0.21
HSL 300.66º 0.46% 0.61% -
HSV(B) 300.66º 0.45% 0.79% -
XYZ 40.09 27.74 57.88 -
YUV 147.47 157.65 166.18 -
System Red Green Blue C M Y K H S L
Decimal 201 110 200 0 0.45 0.00 0.21 300.66 0.46 0.61
Hex C9 6E C8 0 2D 0 15 12D 2E 3D
Octal 311 156 310 0 55 0 25 455 56 75
Binary 11001001 1101110 11001000 0 101101 0 10101 100101101 101110 111101

Color Harmonies of #C96EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96EC8

Black with #C96EC8

Text Example


Text Example

White with #C96EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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