Html Css Color HEX #C96EC1 Orchid

📋 copy color: '#C96EC1'

red 201 ◦ green 110 ◦ blue 193

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

Shades of Orchid #C96EC1

Tints of Orchid #C96EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.29%

R = 39.88%
G = 21.83%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#C96EC1 (or 0xC96EC1) is known color: Orchid. HEX triplet: C9, 6E and C1. RGB value is (201,110,193). Sum of RGB (Red+Green+Blue) = 201+110+193=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 201 - color contains mainly: red. Hex color #C96EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96EC1 is #36913E. Grayscale: #929292. Windows color (decimal): -3576127 or 12676809. OLE color: 12676809.

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

Color convert

RGB 201 110 193 -
CMYK 0 0.45 0.04 0.21
HSL 305.27º 0.46% 0.61% -
HSV(B) 305.27º 0.45% 0.79% -
XYZ 39.29 27.42 53.67 -
YUV 146.67 154.15 166.75 -
System Red Green Blue C M Y K H S L
Decimal 201 110 193 0 0.45 0.04 0.21 305.27 0.46 0.61
Hex C9 6E C1 0 2D 4 15 131 2E 3D
Octal 311 156 301 0 55 4 25 461 56 75
Binary 11001001 1101110 11000001 0 101101 100 10101 100110001 101110 111101

Color Harmonies of #C96EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96EC1

Black with #C96EC1

Text Example


Text Example

White with #C96EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96EC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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