Html Css Color HEX #C95ADC Medium Orchid

📋 copy color: '#C95ADC'

red 201 ◦ green 90 ◦ blue 220

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

Shades of Medium Orchid #C95ADC

Tints of Medium Orchid #C95ADC

RGB

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

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

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

R = 39.33%
G = 17.61%
B = 43.05%

CMYK

 C value IS 0.09

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C95ADC (or 0xC95ADC) is known color: Medium Orchid. HEX triplet: C9, 5A and DC. RGB value is (201,90,220). Sum of RGB (Red+Green+Blue) = 201+90+220=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 90 (35.55% from 255 or 17.61% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #C95ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95ADC is #36A523. Grayscale: #898989. Windows color (decimal): -3581220 or 14441161. OLE color: 14441161.

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

Color convert

RGB 201 90 220 -
CMYK 0.09 0.59 0 0.14
HSL 291.23º 0.65% 0.61% -
HSV(B) 291.23º 0.59% 0.86% -
XYZ 40.66 24.9 70.37 -
YUV 138.01 174.27 172.93 -
System Red Green Blue C M Y K H S L
Decimal 201 90 220 0.09 0.59 0 0.14 291.23 0.65 0.61
Hex C9 5A DC 9 3B 0 E 123 41 3D
Octal 311 132 334 11 73 0 16 443 101 75
Binary 11001001 1011010 11011100 1001 111011 0 1110 100100011 1000001 111101

Color Harmonies of #C95ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95ADC

Black with #C95ADC

Text Example


Text Example

White with #C95ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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