Html Css Color HEX #C93CDE Medium Orchid

📋 copy color: '#C93CDE'

red 201 ◦ green 60 ◦ blue 222

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

Shades of Medium Orchid #C93CDE

Tints of Medium Orchid #C93CDE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.42%

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

R = 41.61%
G = 12.42%
B = 45.96%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C93CDE (or 0xC93CDE) is known color: Medium Orchid. HEX triplet: C9, 3C and DE. RGB value is (201,60,222). Sum of RGB (Red+Green+Blue) = 201+60+222=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 60 (23.83% from 255 or 12.42% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #C93CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93CDE is #36C321. Grayscale: #787878. Windows color (decimal): -3588898 or 14564553. OLE color: 14564553.

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

Color convert

RGB 201 60 222 -
CMYK 0.09 0.73 0 0.13
HSL 292.22º 0.71% 0.55% -
HSV(B) 292.22º 0.73% 0.87% -
XYZ 38.89 20.92 71.1 -
YUV 120.63 185.21 185.33 -
System Red Green Blue C M Y K H S L
Decimal 201 60 222 0.09 0.73 0 0.13 292.22 0.71 0.55
Hex C9 3C DE 9 49 0 D 124 47 37
Octal 311 74 336 11 111 0 15 444 107 67
Binary 11001001 111100 11011110 1001 1001001 0 1101 100100100 1000111 110111

Color Harmonies of #C93CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93CDE

Black with #C93CDE

Text Example


Text Example

White with #C93CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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