Html Css Color HEX #C95DE2 Medium Orchid

📋 copy color: '#C95DE2'

red 201 ◦ green 93 ◦ blue 226

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

Shades of Medium Orchid #C95DE2

Tints of Medium Orchid #C95DE2

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.88%

 BLUE value IS 226 (88.67% from 255) = 43.46%

R = 38.65%
G = 17.88%
B = 43.46%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C95DE2 (or 0xC95DE2) is known color: Medium Orchid. HEX triplet: C9, 5D and E2. RGB value is (201,93,226). Sum of RGB (Red+Green+Blue) = 201+93+226=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 93 (36.72% from 255 or 17.88% from 520); Blue value is 226 (88.67% from 255 or 43.46% from 520); Max value from RGB is 226 - color contains mainly: blue. Hex color #C95DE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95DE2 is #36A21D. Grayscale: #8C8C8C. Windows color (decimal): -3580446 or 14835145. OLE color: 14835145.

HSL color Cylindrical-coordinate representation of color #C95DE2: hue angle of 288.72º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C95DE2 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 201 93 226 -
CMYK 0.11 0.59 0 0.11
HSL 288.72º 0.7% 0.63% -
HSV(B) 288.72º 0.59% 0.89% -
XYZ 41.73 25.74 74.72 -
YUV 140.45 176.28 171.19 -
System Red Green Blue C M Y K H S L
Decimal 201 93 226 0.11 0.59 0 0.11 288.72 0.7 0.63
Hex C9 5D E2 B 3B 0 B 121 46 3F
Octal 311 135 342 13 73 0 13 441 106 77
Binary 11001001 1011101 11100010 1011 111011 0 1011 100100001 1000110 111111

Color Harmonies of #C95DE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95DE2

Black with #C95DE2

Text Example


Text Example

White with #C95DE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95DE2; }

 p { color: rgb(201,93,226); }

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

background-color css

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

 a { background-color: rgb(201,93,226); }

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

border-color css

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

 span { border-color: rgb(201,93,226); }

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