Html Css Color HEX #C052DB Medium Orchid

📋 copy color: '#C052DB'

red 192 ◦ green 82 ◦ blue 219

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

Shades of Medium Orchid #C052DB

Tints of Medium Orchid #C052DB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.63%

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

R = 38.95%
G = 16.63%
B = 44.42%

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

#C052DB (or 0xC052DB) is known color: Medium Orchid. HEX triplet: C0, 52 and DB. RGB value is (192,82,219). Sum of RGB (Red+Green+Blue) = 192+82+219=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 82 (32.42% from 255 or 16.63% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #C052DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C052DB is #3FAD24. Grayscale: #828282. Windows color (decimal): -4173093 or 14373568. OLE color: 14373568.

HSL color Cylindrical-coordinate representation of color #C052DB: hue angle of 288.18º 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 #C052DB is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 82 219 -
CMYK 0.12 0.63 0 0.14
HSL 288.18º 0.66% 0.59% -
HSV(B) 288.18º 0.63% 0.86% -
XYZ 37.54 22.36 69.35 -
YUV 130.51 177.94 171.86 -
System Red Green Blue C M Y K H S L
Decimal 192 82 219 0.12 0.63 0 0.14 288.18 0.66 0.59
Hex C0 52 DB C 3F 0 E 120 42 3B
Octal 300 122 333 14 77 0 16 440 102 73
Binary 11000000 1010010 11011011 1100 111111 0 1110 100100000 1000010 111011

Color Harmonies of #C052DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C052DB

Black with #C052DB

Text Example


Text Example

White with #C052DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C052DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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