Html Css Color HEX #C96ADE Orchid

📋 copy color: '#C96ADE'

red 201 ◦ green 106 ◦ blue 222

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

Shades of Orchid #C96ADE

Tints of Orchid #C96ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.97%

R = 38%
G = 20.04%
B = 41.97%

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

#C96ADE (or 0xC96ADE) is known color: Orchid. HEX triplet: C9, 6A and DE. RGB value is (201,106,222). Sum of RGB (Red+Green+Blue) = 201+106+222=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 106 (41.80% from 255 or 20.04% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 222 - color contains mainly: blue. Hex color #C96ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96ADE is #369521. Grayscale: #939393. Windows color (decimal): -3577122 or 14576329. OLE color: 14576329.

HSL color Cylindrical-coordinate representation of color #C96ADE: hue angle of 289.14º degrees, saturation: 0.64, 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 #C96ADE is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 106 222 -
CMYK 0.09 0.52 0 0.13
HSL 289.14º 0.64% 0.64% -
HSV(B) 289.14º 0.52% 0.87% -
XYZ 42.43 28 72.28 -
YUV 147.63 169.97 166.07 -
System Red Green Blue C M Y K H S L
Decimal 201 106 222 0.09 0.52 0 0.13 289.14 0.64 0.64
Hex C9 6A DE 9 34 0 D 121 40 40
Octal 311 152 336 11 64 0 15 441 100 100
Binary 11001001 1101010 11011110 1001 110100 0 1101 100100001 1000000 1000000

Color Harmonies of #C96ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96ADE

Black with #C96ADE

Text Example


Text Example

White with #C96ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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