Html Css Color HEX #C96AD0 Orchid

📋 copy color: '#C96AD0'

red 201 ◦ green 106 ◦ blue 208

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

Shades of Orchid #C96AD0

Tints of Orchid #C96AD0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.58%

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

R = 39.03%
G = 20.58%
B = 40.39%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C96AD0 (or 0xC96AD0) is known color: Orchid. HEX triplet: C9, 6A and D0. RGB value is (201,106,208). Sum of RGB (Red+Green+Blue) = 201+106+208=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 208 - color contains mainly: blue. Hex color #C96AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96AD0 is #36952F. Grayscale: #919191. Windows color (decimal): -3577136 or 13658825. OLE color: 13658825.

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

Color convert

RGB 201 106 208 -
CMYK 0.03 0.49 0 0.18
HSL 295.88º 0.52% 0.62% -
HSV(B) 295.88º 0.49% 0.82% -
XYZ 40.63 27.28 62.8 -
YUV 146.03 162.97 167.21 -
System Red Green Blue C M Y K H S L
Decimal 201 106 208 0.03 0.49 0 0.18 295.88 0.52 0.62
Hex C9 6A D0 3 31 0 12 128 34 3E
Octal 311 152 320 3 61 0 22 450 64 76
Binary 11001001 1101010 11010000 11 110001 0 10010 100101000 110100 111110

Color Harmonies of #C96AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96AD0

Black with #C96AD0

Text Example


Text Example

White with #C96AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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