Html Css Color HEX #C96ADC Orchid

📋 copy color: '#C96ADC'

red 201 ◦ green 106 ◦ blue 220

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

Shades of Orchid #C96ADC

Tints of Orchid #C96ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.75%

R = 38.14%
G = 20.11%
B = 41.75%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C96ADC (or 0xC96ADC) is known color: Orchid. HEX triplet: C9, 6A and DC. RGB value is (201,106,220). Sum of RGB (Red+Green+Blue) = 201+106+220=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 106 (41.80% from 255 or 20.11% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #C96ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96ADC is #369523. Grayscale: #939393. Windows color (decimal): -3577124 or 14445257. OLE color: 14445257.

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

Color convert

RGB 201 106 220 -
CMYK 0.09 0.52 0 0.14
HSL 290º 0.62% 0.64% -
HSV(B) 290º 0.52% 0.86% -
XYZ 42.16 27.89 70.87 -
YUV 147.4 168.97 166.23 -
System Red Green Blue C M Y K H S L
Decimal 201 106 220 0.09 0.52 0 0.14 290 0.62 0.64
Hex C9 6A DC 9 34 0 E 122 3E 40
Octal 311 152 334 11 64 0 16 442 76 100
Binary 11001001 1101010 11011100 1001 110100 0 1110 100100010 111110 1000000

Color Harmonies of #C96ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96ADC

Black with #C96ADC

Text Example


Text Example

White with #C96ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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