Html Css Color HEX #C051DB Medium Orchid

📋 copy color: '#C051DB'

red 192 ◦ green 81 ◦ blue 219

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

Shades of Medium Orchid #C051DB

Tints of Medium Orchid #C051DB

RGB

 RED value IS 192 (75.39% from 255) = 39.02%

 GREEN value IS 81 (32.03% from 255) = 16.46%

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

R = 39.02%
G = 16.46%
B = 44.51%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C051DB (or 0xC051DB) is known color: Medium Orchid. HEX triplet: C0, 51 and DB. RGB value is (192,81,219). Sum of RGB (Red+Green+Blue) = 192+81+219=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 81 (32.03% from 255 or 16.46% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #C051DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C051DB is #3FAE24. Grayscale: #818181. Windows color (decimal): -4173349 or 14373312. OLE color: 14373312.

HSL color Cylindrical-coordinate representation of color #C051DB: hue angle of 288.26º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C051DB is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 81 219 -
CMYK 0.12 0.63 0 0.14
HSL 288.26º 0.66% 0.59% -
HSV(B) 288.26º 0.63% 0.86% -
XYZ 37.47 22.21 69.33 -
YUV 129.92 178.27 172.28 -
System Red Green Blue C M Y K H S L
Decimal 192 81 219 0.12 0.63 0 0.14 288.26 0.66 0.59
Hex C0 51 DB C 3F 0 E 120 42 3B
Octal 300 121 333 14 77 0 16 440 102 73
Binary 11000000 1010001 11011011 1100 111111 0 1110 100100000 1000010 111011

Color Harmonies of #C051DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C051DB

Black with #C051DB

Text Example


Text Example

White with #C051DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C051DB; }

 p { color: rgb(192,81,219); }

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

background-color css

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

 a { background-color: rgb(192,81,219); }

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

border-color css

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

 span { border-color: rgb(192,81,219); }

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