Html Css Color HEX #C96EC5 Orchid

📋 copy color: '#C96EC5'

red 201 ◦ green 110 ◦ blue 197

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

Shades of Orchid #C96EC5

Tints of Orchid #C96EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.78%

R = 39.57%
G = 21.65%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#C96EC5 (or 0xC96EC5) is known color: Orchid. HEX triplet: C9, 6E and C5. RGB value is (201,110,197). Sum of RGB (Red+Green+Blue) = 201+110+197=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 110 (43.36% from 255 or 21.65% from 508); Blue value is 197 (77.34% from 255 or 38.78% from 508); Max value from RGB is 201 - color contains mainly: red. Hex color #C96EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96EC5 is #36913A. Grayscale: #929292. Windows color (decimal): -3576123 or 12938953. OLE color: 12938953.

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

Color convert

RGB 201 110 197 -
CMYK 0 0.45 0.02 0.21
HSL 302.64º 0.46% 0.61% -
HSV(B) 302.64º 0.45% 0.79% -
XYZ 39.74 27.6 56.06 -
YUV 147.13 156.15 166.43 -
System Red Green Blue C M Y K H S L
Decimal 201 110 197 0 0.45 0.02 0.21 302.64 0.46 0.61
Hex C9 6E C5 0 2D 2 15 12F 2E 3D
Octal 311 156 305 0 55 2 25 457 56 75
Binary 11001001 1101110 11000101 0 101101 10 10101 100101111 101110 111101

Color Harmonies of #C96EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96EC5

Black with #C96EC5

Text Example


Text Example

White with #C96EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96EC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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