Html Css Color HEX #C95EDC Medium Orchid

📋 copy color: '#C95EDC'

red 201 ◦ green 94 ◦ blue 220

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

Shades of Medium Orchid #C95EDC

Tints of Medium Orchid #C95EDC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.25%

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

R = 39.03%
G = 18.25%
B = 42.72%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C95EDC (or 0xC95EDC) is known color: Medium Orchid. HEX triplet: C9, 5E and DC. RGB value is (201,94,220). Sum of RGB (Red+Green+Blue) = 201+94+220=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 94 (37.11% from 255 or 18.25% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #C95EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95EDC is #36A123. Grayscale: #8B8B8B. Windows color (decimal): -3580196 or 14442185. OLE color: 14442185.

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

Color convert

RGB 201 94 220 -
CMYK 0.09 0.57 0 0.14
HSL 290.95º 0.64% 0.62% -
HSV(B) 290.95º 0.57% 0.86% -
XYZ 41.01 25.59 70.49 -
YUV 140.36 172.95 171.25 -
System Red Green Blue C M Y K H S L
Decimal 201 94 220 0.09 0.57 0 0.14 290.95 0.64 0.62
Hex C9 5E DC 9 39 0 E 123 40 3E
Octal 311 136 334 11 71 0 16 443 100 76
Binary 11001001 1011110 11011100 1001 111001 0 1110 100100011 1000000 111110

Color Harmonies of #C95EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95EDC

Black with #C95EDC

Text Example


Text Example

White with #C95EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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