Html Css Color HEX #C95EDD Medium Orchid

📋 copy color: '#C95EDD'

red 201 ◦ green 94 ◦ blue 221

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

Shades of Medium Orchid #C95EDD

Tints of Medium Orchid #C95EDD

RGB

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

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

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

R = 38.95%
G = 18.22%
B = 42.83%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C95EDD (or 0xC95EDD) is known color: Medium Orchid. HEX triplet: C9, 5E and DD. RGB value is (201,94,221). Sum of RGB (Red+Green+Blue) = 201+94+221=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 94 (37.11% from 255 or 18.22% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #C95EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95EDD is #36A122. Grayscale: #8C8C8C. Windows color (decimal): -3580195 or 14507721. OLE color: 14507721.

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

Color convert

RGB 201 94 221 -
CMYK 0.09 0.57 0 0.13
HSL 290.55º 0.65% 0.62% -
HSV(B) 290.55º 0.57% 0.87% -
XYZ 41.14 25.64 71.19 -
YUV 140.47 173.45 171.17 -
System Red Green Blue C M Y K H S L
Decimal 201 94 221 0.09 0.57 0 0.13 290.55 0.65 0.62
Hex C9 5E DD 9 39 0 D 123 41 3E
Octal 311 136 335 11 71 0 15 443 101 76
Binary 11001001 1011110 11011101 1001 111001 0 1101 100100011 1000001 111110

Color Harmonies of #C95EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95EDD

Black with #C95EDD

Text Example


Text Example

White with #C95EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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