Html Css Color HEX #C93BDB Medium Orchid

📋 copy color: '#C93BDB'

red 201 ◦ green 59 ◦ blue 219

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

Shades of Medium Orchid #C93BDB

Tints of Medium Orchid #C93BDB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.32%

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

R = 41.96%
G = 12.32%
B = 45.72%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C93BDB (or 0xC93BDB) is known color: Medium Orchid. HEX triplet: C9, 3B and DB. RGB value is (201,59,219). Sum of RGB (Red+Green+Blue) = 201+59+219=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 59 (23.44% from 255 or 12.32% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #C93BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93BDB is #36C424. Grayscale: #777777. Windows color (decimal): -3589157 or 14367689. OLE color: 14367689.

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

Color convert

RGB 201 59 219 -
CMYK 0.08 0.73 0 0.14
HSL 293.25º 0.69% 0.55% -
HSV(B) 293.25º 0.73% 0.86% -
XYZ 38.44 20.66 68.98 -
YUV 119.7 184.04 185.99 -
System Red Green Blue C M Y K H S L
Decimal 201 59 219 0.08 0.73 0 0.14 293.25 0.69 0.55
Hex C9 3B DB 8 49 0 E 125 45 37
Octal 311 73 333 10 111 0 16 445 105 67
Binary 11001001 111011 11011011 1000 1001001 0 1110 100100101 1000101 110111

Color Harmonies of #C93BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93BDB

Black with #C93BDB

Text Example


Text Example

White with #C93BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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