Html Css Color HEX #C96CD0 Orchid

📋 copy color: '#C96CD0'

red 201 ◦ green 108 ◦ blue 208

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

Shades of Orchid #C96CD0

Tints of Orchid #C96CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.23%

R = 38.88%
G = 20.89%
B = 40.23%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C96CD0 (or 0xC96CD0) is known color: Orchid. HEX triplet: C9, 6C and D0. RGB value is (201,108,208). Sum of RGB (Red+Green+Blue) = 201+108+208=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 108 (42.58% from 255 or 20.89% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 208 - color contains mainly: blue. Hex color #C96CD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96CD0 is #36932F. Grayscale: #929292. Windows color (decimal): -3576624 or 13659337. OLE color: 13659337.

HSL color Cylindrical-coordinate representation of color #C96CD0: hue angle of 295.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C96CD0 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 108 208 -
CMYK 0.03 0.48 0 0.18
HSL 295.8º 0.52% 0.62% -
HSV(B) 295.8º 0.48% 0.82% -
XYZ 40.84 27.7 62.87 -
YUV 147.21 162.31 166.37 -
System Red Green Blue C M Y K H S L
Decimal 201 108 208 0.03 0.48 0 0.18 295.8 0.52 0.62
Hex C9 6C D0 3 30 0 12 128 34 3E
Octal 311 154 320 3 60 0 22 450 64 76
Binary 11001001 1101100 11010000 11 110000 0 10010 100101000 110100 111110

Color Harmonies of #C96CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96CD0

Black with #C96CD0

Text Example


Text Example

White with #C96CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96CD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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