Html Css Color HEX #C96BD6 Orchid

📋 copy color: '#C96BD6'

red 201 ◦ green 107 ◦ blue 214

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

Shades of Orchid #C96BD6

Tints of Orchid #C96BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41%

R = 38.51%
G = 20.5%
B = 41%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C96BD6 (or 0xC96BD6) is known color: Orchid. HEX triplet: C9, 6B and D6. RGB value is (201,107,214). Sum of RGB (Red+Green+Blue) = 201+107+214=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 107 (42.19% from 255 or 20.50% from 522); Blue value is 214 (83.98% from 255 or 41.00% from 522); Max value from RGB is 214 - color contains mainly: blue. Hex color #C96BD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96BD6 is #369429. Grayscale: #929292. Windows color (decimal): -3576874 or 14052297. OLE color: 14052297.

HSL color Cylindrical-coordinate representation of color #C96BD6: hue angle of 292.71º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C96BD6 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 107 214 -
CMYK 0.06 0.50 0 0.16
HSL 292.71º 0.57% 0.63% -
HSV(B) 292.71º 0.5% 0.84% -
XYZ 41.48 27.79 66.8 -
YUV 147.3 165.64 166.3 -
System Red Green Blue C M Y K H S L
Decimal 201 107 214 0.06 0.50 0 0.16 292.71 0.57 0.63
Hex C9 6B D6 6 32 0 10 125 39 3F
Octal 311 153 326 6 62 0 20 445 71 77
Binary 11001001 1101011 11010110 110 110010 0 10000 100100101 111001 111111

Color Harmonies of #C96BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96BD6

Black with #C96BD6

Text Example


Text Example

White with #C96BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96BD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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