Html Css Color HEX #C039DB Medium Orchid

📋 copy color: '#C039DB'

red 192 ◦ green 57 ◦ blue 219

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

Shades of Medium Orchid #C039DB

Tints of Medium Orchid #C039DB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.18%

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

R = 41.03%
G = 12.18%
B = 46.79%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C039DB (or 0xC039DB) is known color: Medium Orchid. HEX triplet: C0, 39 and DB. RGB value is (192,57,219). Sum of RGB (Red+Green+Blue) = 192+57+219=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 57 (22.66% from 255 or 12.18% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #C039DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C039DB is #3FC624. Grayscale: #737373. Windows color (decimal): -4179493 or 14367168. OLE color: 14367168.

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

Color convert

RGB 192 57 219 -
CMYK 0.12 0.74 0 0.14
HSL 290º 0.69% 0.54% -
HSV(B) 290º 0.74% 0.86% -
XYZ 35.99 19.25 68.84 -
YUV 115.83 186.23 182.33 -
System Red Green Blue C M Y K H S L
Decimal 192 57 219 0.12 0.74 0 0.14 290 0.69 0.54
Hex C0 39 DB C 4A 0 E 122 45 36
Octal 300 71 333 14 112 0 16 442 105 66
Binary 11000000 111001 11011011 1100 1001010 0 1110 100100010 1000101 110110

Color Harmonies of #C039DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C039DB

Black with #C039DB

Text Example


Text Example

White with #C039DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C039DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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