Html Css Color HEX #C93DDB Medium Orchid

📋 copy color: '#C93DDB'

red 201 ◦ green 61 ◦ blue 219

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

Shades of Medium Orchid #C93DDB

Tints of Medium Orchid #C93DDB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.68%

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

R = 41.79%
G = 12.68%
B = 45.53%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C93DDB (or 0xC93DDB) is known color: Medium Orchid. HEX triplet: C9, 3D and DB. RGB value is (201,61,219). Sum of RGB (Red+Green+Blue) = 201+61+219=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 61 (24.22% from 255 or 12.68% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #C93DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93DDB is #36C224. Grayscale: #787878. Windows color (decimal): -3588645 or 14368201. OLE color: 14368201.

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

Color convert

RGB 201 61 219 -
CMYK 0.08 0.72 0 0.14
HSL 293.16º 0.69% 0.55% -
HSV(B) 293.16º 0.72% 0.86% -
XYZ 38.54 20.87 69.01 -
YUV 120.87 183.38 185.15 -
System Red Green Blue C M Y K H S L
Decimal 201 61 219 0.08 0.72 0 0.14 293.16 0.69 0.55
Hex C9 3D DB 8 48 0 E 125 45 37
Octal 311 75 333 10 110 0 16 445 105 67
Binary 11001001 111101 11011011 1000 1001000 0 1110 100100101 1000101 110111

Color Harmonies of #C93DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93DDB

Black with #C93DDB

Text Example


Text Example

White with #C93DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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