Html Css Color HEX #C052D0 Medium Orchid

📋 copy color: '#C052D0'

red 192 ◦ green 82 ◦ blue 208

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

Shades of Medium Orchid #C052D0

Tints of Medium Orchid #C052D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.15%

R = 39.83%
G = 17.01%
B = 43.15%

CMYK

 C value IS 0.08

 M value IS 0.61

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C052D0 (or 0xC052D0) is known color: Medium Orchid. HEX triplet: C0, 52 and D0. RGB value is (192,82,208). Sum of RGB (Red+Green+Blue) = 192+82+208=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 82 (32.42% from 255 or 17.01% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 208 - color contains mainly: blue. Hex color #C052D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C052D0 is #3FAD2F. Grayscale: #808080. Windows color (decimal): -4173104 or 13652672. OLE color: 13652672.

HSL color Cylindrical-coordinate representation of color #C052D0: hue angle of 292.38º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C052D0 is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 82 208 -
CMYK 0.08 0.61 0 0.18
HSL 292.38º 0.57% 0.57% -
HSV(B) 292.38º 0.61% 0.82% -
XYZ 36.14 21.8 61.98 -
YUV 129.25 172.44 172.75 -
System Red Green Blue C M Y K H S L
Decimal 192 82 208 0.08 0.61 0 0.18 292.38 0.57 0.57
Hex C0 52 D0 8 3D 0 12 124 39 39
Octal 300 122 320 10 75 0 22 444 71 71
Binary 11000000 1010010 11010000 1000 111101 0 10010 100100100 111001 111001

Color Harmonies of #C052D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C052D0

Black with #C052D0

Text Example


Text Example

White with #C052D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C052D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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