Html Css Color HEX #C052FC Medium Orchid

📋 copy color: '#C052FC'

red 192 ◦ green 82 ◦ blue 252

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

Shades of Medium Orchid #C052FC

Tints of Medium Orchid #C052FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.91%

R = 36.5%
G = 15.59%
B = 47.91%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C052FC (or 0xC052FC) is known color: Medium Orchid. HEX triplet: C0, 52 and FC. RGB value is (192,82,252). Sum of RGB (Red+Green+Blue) = 192+82+252=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 82 (32.42% from 255 or 15.59% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #C052FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C052FC is #3FAD03. Grayscale: #858585. Windows color (decimal): -4173060 or 16536256. OLE color: 16536256.

HSL color Cylindrical-coordinate representation of color #C052FC: hue angle of 278.82º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C052FC is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 82 252 -
CMYK 0.24 0.67 0 0.01
HSL 278.82º 0.97% 0.65% -
HSV(B) 278.82º 0.67% 0.99% -
XYZ 42.33 24.27 94.55 -
YUV 134.27 194.44 169.18 -
System Red Green Blue C M Y K H S L
Decimal 192 82 252 0.24 0.67 0 0.01 278.82 0.97 0.65
Hex C0 52 FC 18 43 0 1 117 61 41
Octal 300 122 374 30 103 0 1 427 141 101
Binary 11000000 1010010 11111100 11000 1000011 0 1 100010111 1100001 1000001

Color Harmonies of #C052FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C052FC

Black with #C052FC

Text Example


Text Example

White with #C052FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C052FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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