Html Css Color HEX #C93FDB Medium Orchid

📋 copy color: '#C93FDB'

red 201 ◦ green 63 ◦ blue 219

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

Shades of Medium Orchid #C93FDB

Tints of Medium Orchid #C93FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.34%

R = 41.61%
G = 13.04%
B = 45.34%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C93FDB (or 0xC93FDB) is known color: Medium Orchid. HEX triplet: C9, 3F and DB. RGB value is (201,63,219). Sum of RGB (Red+Green+Blue) = 201+63+219=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 63 (25% from 255 or 13.04% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #C93FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93FDB is #36C024. Grayscale: #797979. Windows color (decimal): -3588133 or 14368713. OLE color: 14368713.

HSL color Cylindrical-coordinate representation of color #C93FDB: hue angle of 293.08º degrees, saturation: 0.68, 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 #C93FDB is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 63 219 -
CMYK 0.08 0.71 0 0.14
HSL 293.08º 0.68% 0.55% -
HSV(B) 293.08º 0.71% 0.86% -
XYZ 38.65 21.09 69.05 -
YUV 122.05 182.72 184.32 -
System Red Green Blue C M Y K H S L
Decimal 201 63 219 0.08 0.71 0 0.14 293.08 0.68 0.55
Hex C9 3F DB 8 47 0 E 125 44 37
Octal 311 77 333 10 107 0 16 445 104 67
Binary 11001001 111111 11011011 1000 1000111 0 1110 100100101 1000100 110111

Color Harmonies of #C93FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93FDB

Black with #C93FDB

Text Example


Text Example

White with #C93FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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