Html Css Color HEX #C96ADD Orchid

📋 copy color: '#C96ADD'

red 201 ◦ green 106 ◦ blue 221

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

Shades of Orchid #C96ADD

Tints of Orchid #C96ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.86%

R = 38.07%
G = 20.08%
B = 41.86%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C96ADD (or 0xC96ADD) is known color: Orchid. HEX triplet: C9, 6A and DD. RGB value is (201,106,221). Sum of RGB (Red+Green+Blue) = 201+106+221=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 106 (41.80% from 255 or 20.08% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #C96ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96ADD is #369522. Grayscale: #939393. Windows color (decimal): -3577123 or 14510793. OLE color: 14510793.

HSL color Cylindrical-coordinate representation of color #C96ADD: hue angle of 289.57º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C96ADD is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 106 221 -
CMYK 0.09 0.52 0 0.13
HSL 289.57º 0.63% 0.64% -
HSV(B) 289.57º 0.52% 0.87% -
XYZ 42.29 27.95 71.57 -
YUV 147.52 169.47 166.15 -
System Red Green Blue C M Y K H S L
Decimal 201 106 221 0.09 0.52 0 0.13 289.57 0.63 0.64
Hex C9 6A DD 9 34 0 D 122 3F 40
Octal 311 152 335 11 64 0 15 442 77 100
Binary 11001001 1101010 11011101 1001 110100 0 1101 100100010 111111 1000000

Color Harmonies of #C96ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96ADD

Black with #C96ADD

Text Example


Text Example

White with #C96ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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