Html Css Color HEX #C052FD Medium Orchid

📋 copy color: '#C052FD'

red 192 ◦ green 82 ◦ blue 253

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

Shades of Medium Orchid #C052FD

Tints of Medium Orchid #C052FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.01%

R = 36.43%
G = 15.56%
B = 48.01%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C052FD (or 0xC052FD) is known color: Medium Orchid. HEX triplet: C0, 52 and FD. RGB value is (192,82,253). Sum of RGB (Red+Green+Blue) = 192+82+253=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 82 (32.42% from 255 or 15.56% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #C052FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C052FD is #3FAD02. Grayscale: #858585. Windows color (decimal): -4173059 or 16601792. OLE color: 16601792.

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

Color convert

RGB 192 82 253 -
CMYK 0.24 0.68 0 0.01
HSL 278.6º 0.98% 0.66% -
HSV(B) 278.6º 0.68% 0.99% -
XYZ 42.49 24.33 95.39 -
YUV 134.38 194.94 169.1 -
System Red Green Blue C M Y K H S L
Decimal 192 82 253 0.24 0.68 0 0.01 278.6 0.98 0.66
Hex C0 52 FD 18 44 0 1 117 62 42
Octal 300 122 375 30 104 0 1 427 142 102
Binary 11000000 1010010 11111101 11000 1000100 0 1 100010111 1100010 1000010

Color Harmonies of #C052FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C052FD

Black with #C052FD

Text Example


Text Example

White with #C052FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C052FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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