Html Css Color HEX #C052FF Medium Orchid

📋 copy color: '#C052FF'

red 192 ◦ green 82 ◦ blue 255

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

Shades of Medium Orchid #C052FF

Tints of Medium Orchid #C052FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.2%

R = 36.29%
G = 15.5%
B = 48.2%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C052FF (or 0xC052FF) is known color: Medium Orchid. HEX triplet: C0, 52 and FF. RGB value is (192,82,255). Sum of RGB (Red+Green+Blue) = 192+82+255=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 82 (32.42% from 255 or 15.50% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #C052FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C052FF is #3FAD00. Grayscale: #868686. Windows color (decimal): -4173057 or 16732864. OLE color: 16732864.

HSL color Cylindrical-coordinate representation of color #C052FF: hue angle of 278.15º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C052FF is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 192 82 255 -
CMYK 0.25 0.68 0 0
HSL 278.15º 1% 0.66% -
HSV(B) 278.15º 0.68% 1% -
XYZ 42.81 24.46 97.07 -
YUV 134.61 195.94 168.93 -
System Red Green Blue C M Y K H S L
Decimal 192 82 255 0.25 0.68 0 0 278.15 1 0.66
Hex C0 52 FF 19 44 0 0 116 64 42
Octal 300 122 377 31 104 0 0 426 144 102
Binary 11000000 1010010 11111111 11001 1000100 0 0 100010110 1100100 1000010

Color Harmonies of #C052FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C052FF

Black with #C052FF

Text Example


Text Example

White with #C052FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C052FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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