Html Css Color HEX #C95ADD Medium Orchid

📋 copy color: '#C95ADD'

red 201 ◦ green 90 ◦ blue 221

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

Shades of Medium Orchid #C95ADD

Tints of Medium Orchid #C95ADD

RGB

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

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

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

R = 39.26%
G = 17.58%
B = 43.16%

CMYK

 C value IS 0.09

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C95ADD (or 0xC95ADD) is known color: Medium Orchid. HEX triplet: C9, 5A and DD. RGB value is (201,90,221). Sum of RGB (Red+Green+Blue) = 201+90+221=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 90 (35.55% from 255 or 17.58% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #C95ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95ADD is #36A522. Grayscale: #898989. Windows color (decimal): -3581219 or 14506697. OLE color: 14506697.

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

Color convert

RGB 201 90 221 -
CMYK 0.09 0.59 0 0.13
HSL 290.84º 0.66% 0.61% -
HSV(B) 290.84º 0.59% 0.87% -
XYZ 40.79 24.95 71.07 -
YUV 138.12 174.77 172.85 -
System Red Green Blue C M Y K H S L
Decimal 201 90 221 0.09 0.59 0 0.13 290.84 0.66 0.61
Hex C9 5A DD 9 3B 0 D 123 42 3D
Octal 311 132 335 11 73 0 15 443 102 75
Binary 11001001 1011010 11011101 1001 111011 0 1101 100100011 1000010 111101

Color Harmonies of #C95ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95ADD

Black with #C95ADD

Text Example


Text Example

White with #C95ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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