Html Css Color HEX #C96ADB Orchid

📋 copy color: '#C96ADB'

red 201 ◦ green 106 ◦ blue 219

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

Shades of Orchid #C96ADB

Tints of Orchid #C96ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.63%

R = 38.21%
G = 20.15%
B = 41.63%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C96ADB (or 0xC96ADB) is known color: Orchid. HEX triplet: C9, 6A and DB. RGB value is (201,106,219). Sum of RGB (Red+Green+Blue) = 201+106+219=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 106 (41.80% from 255 or 20.15% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #C96ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96ADB is #369524. Grayscale: #929292. Windows color (decimal): -3577125 or 14379721. OLE color: 14379721.

HSL color Cylindrical-coordinate representation of color #C96ADB: hue angle of 290.44º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C96ADB is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 106 219 -
CMYK 0.08 0.52 0 0.14
HSL 290.44º 0.61% 0.64% -
HSV(B) 290.44º 0.52% 0.86% -
XYZ 42.03 27.84 70.18 -
YUV 147.29 168.47 166.31 -
System Red Green Blue C M Y K H S L
Decimal 201 106 219 0.08 0.52 0 0.14 290.44 0.61 0.64
Hex C9 6A DB 8 34 0 E 122 3D 40
Octal 311 152 333 10 64 0 16 442 75 100
Binary 11001001 1101010 11011011 1000 110100 0 1110 100100010 111101 1000000

Color Harmonies of #C96ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96ADB

Black with #C96ADB

Text Example


Text Example

White with #C96ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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