Html Css Color HEX #C96BCE Orchid

📋 copy color: '#C96BCE'

red 201 ◦ green 107 ◦ blue 206

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

Shades of Orchid #C96BCE

Tints of Orchid #C96BCE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.82%

 BLUE value IS 206 (80.86% from 255) = 40.08%

R = 39.11%
G = 20.82%
B = 40.08%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C96BCE (or 0xC96BCE) is known color: Orchid. HEX triplet: C9, 6B and CE. RGB value is (201,107,206). Sum of RGB (Red+Green+Blue) = 201+107+206=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 107 (42.19% from 255 or 20.82% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #C96BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96BCE is #369431. Grayscale: #929292. Windows color (decimal): -3576882 or 13528009. OLE color: 13528009.

HSL color Cylindrical-coordinate representation of color #C96BCE: hue angle of 296.97º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C96BCE is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 107 206 -
CMYK 0.02 0.48 0 0.19
HSL 296.97º 0.5% 0.61% -
HSV(B) 296.97º 0.48% 0.81% -
XYZ 40.49 27.39 61.55 -
YUV 146.39 161.64 166.95 -
System Red Green Blue C M Y K H S L
Decimal 201 107 206 0.02 0.48 0 0.19 296.97 0.5 0.61
Hex C9 6B CE 2 30 0 13 129 32 3D
Octal 311 153 316 2 60 0 23 451 62 75
Binary 11001001 1101011 11001110 10 110000 0 10011 100101001 110010 111101

Color Harmonies of #C96BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96BCE

Black with #C96BCE

Text Example


Text Example

White with #C96BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96BCE; }

 p { color: rgb(201,107,206); }

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

background-color css

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

 a { background-color: rgb(201,107,206); }

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

border-color css

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

 span { border-color: rgb(201,107,206); }

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