Html Css Color HEX #C052DF Medium Orchid

📋 copy color: '#C052DF'

red 192 ◦ green 82 ◦ blue 223

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

Shades of Medium Orchid #C052DF

Tints of Medium Orchid #C052DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.87%

R = 38.63%
G = 16.5%
B = 44.87%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C052DF (or 0xC052DF) is known color: Medium Orchid. HEX triplet: C0, 52 and DF. RGB value is (192,82,223). Sum of RGB (Red+Green+Blue) = 192+82+223=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 82 (32.42% from 255 or 16.50% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #C052DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C052DF is #3FAD20. Grayscale: #828282. Windows color (decimal): -4173089 or 14635712. OLE color: 14635712.

HSL color Cylindrical-coordinate representation of color #C052DF: hue angle of 286.81º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C052DF is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 82 223 -
CMYK 0.14 0.63 0 0.13
HSL 286.81º 0.69% 0.6% -
HSV(B) 286.81º 0.63% 0.87% -
XYZ 38.07 22.57 72.16 -
YUV 130.96 179.94 171.54 -
System Red Green Blue C M Y K H S L
Decimal 192 82 223 0.14 0.63 0 0.13 286.81 0.69 0.6
Hex C0 52 DF E 3F 0 D 11F 45 3C
Octal 300 122 337 16 77 0 15 437 105 74
Binary 11000000 1010010 11011111 1110 111111 0 1101 100011111 1000101 111100

Color Harmonies of #C052DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C052DF

Black with #C052DF

Text Example


Text Example

White with #C052DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C052DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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