Html Css Color HEX #C93FDC Medium Orchid

📋 copy color: '#C93FDC'

red 201 ◦ green 63 ◦ blue 220

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

Shades of Medium Orchid #C93FDC

Tints of Medium Orchid #C93FDC

RGB

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

 GREEN value IS 63 (25% from 255) = 13.02%

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

R = 41.53%
G = 13.02%
B = 45.45%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C93FDC (or 0xC93FDC) is known color: Medium Orchid. HEX triplet: C9, 3F and DC. RGB value is (201,63,220). Sum of RGB (Red+Green+Blue) = 201+63+220=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 63 (25% from 255 or 13.02% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #C93FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93FDC is #36C023. Grayscale: #797979. Windows color (decimal): -3588132 or 14434249. OLE color: 14434249.

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

Color convert

RGB 201 63 220 -
CMYK 0.09 0.71 0 0.14
HSL 292.74º 0.69% 0.55% -
HSV(B) 292.74º 0.71% 0.86% -
XYZ 38.78 21.14 69.75 -
YUV 122.16 183.22 184.23 -
System Red Green Blue C M Y K H S L
Decimal 201 63 220 0.09 0.71 0 0.14 292.74 0.69 0.55
Hex C9 3F DC 9 47 0 E 125 45 37
Octal 311 77 334 11 107 0 16 445 105 67
Binary 11001001 111111 11011100 1001 1000111 0 1110 100100101 1000101 110111

Color Harmonies of #C93FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93FDC

Black with #C93FDC

Text Example


Text Example

White with #C93FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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