Html Css Color HEX #C93EDE Medium Orchid

📋 copy color: '#C93EDE'

red 201 ◦ green 62 ◦ blue 222

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

Shades of Medium Orchid #C93EDE

Tints of Medium Orchid #C93EDE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.78%

 BLUE value IS 222 (87.11% from 255) = 45.77%

R = 41.44%
G = 12.78%
B = 45.77%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C93EDE (or 0xC93EDE) is known color: Medium Orchid. HEX triplet: C9, 3E and DE. RGB value is (201,62,222). Sum of RGB (Red+Green+Blue) = 201+62+222=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 62 (24.61% from 255 or 12.78% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #C93EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93EDE is #36C121. Grayscale: #797979. Windows color (decimal): -3588386 or 14565065. OLE color: 14565065.

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

Color convert

RGB 201 62 222 -
CMYK 0.09 0.72 0 0.13
HSL 292.13º 0.71% 0.56% -
HSV(B) 292.13º 0.72% 0.87% -
XYZ 38.99 21.14 71.13 -
YUV 121.8 184.55 184.49 -
System Red Green Blue C M Y K H S L
Decimal 201 62 222 0.09 0.72 0 0.13 292.13 0.71 0.56
Hex C9 3E DE 9 48 0 D 124 47 38
Octal 311 76 336 11 110 0 15 444 107 70
Binary 11001001 111110 11011110 1001 1001000 0 1101 100100100 1000111 111000

Color Harmonies of #C93EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93EDE

Black with #C93EDE

Text Example


Text Example

White with #C93EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93EDE; }

 p { color: rgb(201,62,222); }

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

background-color css

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

 a { background-color: rgb(201,62,222); }

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

border-color css

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

 span { border-color: rgb(201,62,222); }

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