Html Css Color HEX #C95ADB Medium Orchid

📋 copy color: '#C95ADB'

red 201 ◦ green 90 ◦ blue 219

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

Shades of Medium Orchid #C95ADB

Tints of Medium Orchid #C95ADB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.65%

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

R = 39.41%
G = 17.65%
B = 42.94%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C95ADB (or 0xC95ADB) is known color: Medium Orchid. HEX triplet: C9, 5A and DB. RGB value is (201,90,219). Sum of RGB (Red+Green+Blue) = 201+90+219=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 90 (35.55% from 255 or 17.65% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #C95ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95ADB is #36A524. Grayscale: #898989. Windows color (decimal): -3581221 or 14375625. OLE color: 14375625.

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

Color convert

RGB 201 90 219 -
CMYK 0.08 0.59 0 0.14
HSL 291.63º 0.64% 0.61% -
HSV(B) 291.63º 0.59% 0.86% -
XYZ 40.53 24.84 69.68 -
YUV 137.9 173.77 173.01 -
System Red Green Blue C M Y K H S L
Decimal 201 90 219 0.08 0.59 0 0.14 291.63 0.64 0.61
Hex C9 5A DB 8 3B 0 E 124 40 3D
Octal 311 132 333 10 73 0 16 444 100 75
Binary 11001001 1011010 11011011 1000 111011 0 1110 100100100 1000000 111101

Color Harmonies of #C95ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95ADB

Black with #C95ADB

Text Example


Text Example

White with #C95ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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