Html Css Color HEX #C052FE Medium Orchid

📋 copy color: '#C052FE'

red 192 ◦ green 82 ◦ blue 254

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

Shades of Medium Orchid #C052FE

Tints of Medium Orchid #C052FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.11%

R = 36.36%
G = 15.53%
B = 48.11%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C052FE (or 0xC052FE) is known color: Medium Orchid. HEX triplet: C0, 52 and FE. RGB value is (192,82,254). Sum of RGB (Red+Green+Blue) = 192+82+254=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 82 (32.42% from 255 or 15.53% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #C052FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C052FE is #3FAD01. Grayscale: #858585. Windows color (decimal): -4173058 or 16667328. OLE color: 16667328.

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

Color convert

RGB 192 82 254 -
CMYK 0.24 0.68 0 0.00
HSL 278.37º 0.99% 0.66% -
HSV(B) 278.37º 0.68% 1% -
XYZ 42.64 24.4 96.23 -
YUV 134.5 195.44 169.01 -
System Red Green Blue C M Y K H S L
Decimal 192 82 254 0.24 0.68 0 0.00 278.37 0.99 0.66
Hex C0 52 FE 18 44 0 0 116 63 42
Octal 300 122 376 30 104 0 0 426 143 102
Binary 11000000 1010010 11111110 11000 1000100 0 0 100010110 1100011 1000010

Color Harmonies of #C052FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C052FE

Black with #C052FE

Text Example


Text Example

White with #C052FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C052FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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