Html Css Color HEX #C96CD6 Orchid

📋 copy color: '#C96CD6'

red 201 ◦ green 108 ◦ blue 214

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

Shades of Orchid #C96CD6

Tints of Orchid #C96CD6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.65%

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

R = 38.43%
G = 20.65%
B = 40.92%

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

#C96CD6 (or 0xC96CD6) is known color: Orchid. HEX triplet: C9, 6C and D6. RGB value is (201,108,214). Sum of RGB (Red+Green+Blue) = 201+108+214=523 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.43% from 523); Green value is 108 (42.58% from 255 or 20.65% from 523); Blue value is 214 (83.98% from 255 or 40.92% from 523); Max value from RGB is 214 - color contains mainly: blue. Hex color #C96CD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96CD6 is #369329. Grayscale: #939393. Windows color (decimal): -3576618 or 14052553. OLE color: 14052553.

HSL color Cylindrical-coordinate representation of color #C96CD6: hue angle of 292.64º degrees, saturation: 0.56, 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 #C96CD6 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 108 214 -
CMYK 0.06 0.50 0 0.16
HSL 292.64º 0.56% 0.63% -
HSV(B) 292.64º 0.5% 0.84% -
XYZ 41.59 28 66.83 -
YUV 147.89 165.31 165.88 -
System Red Green Blue C M Y K H S L
Decimal 201 108 214 0.06 0.50 0 0.16 292.64 0.56 0.63
Hex C9 6C D6 6 32 0 10 125 38 3F
Octal 311 154 326 6 62 0 20 445 70 77
Binary 11001001 1101100 11010110 110 110010 0 10000 100100101 111000 111111

Color Harmonies of #C96CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96CD6

Black with #C96CD6

Text Example


Text Example

White with #C96CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96CD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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