Html Css Color HEX #C532EF Medium Orchid

📋 copy color: '#C532EF'

red 197 ◦ green 50 ◦ blue 239

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

Shades of Medium Orchid #C532EF

Tints of Medium Orchid #C532EF

RGB

 RED value IS 197 (77.34% from 255) = 40.53%

 GREEN value IS 50 (19.92% from 255) = 10.29%

 BLUE value IS 239 (93.75% from 255) = 49.18%

R = 40.53%
G = 10.29%
B = 49.18%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C532EF (or 0xC532EF) is known color: Medium Orchid. HEX triplet: C5, 32 and EF. RGB value is (197,50,239). Sum of RGB (Red+Green+Blue) = 197+50+239=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 50 (19.92% from 255 or 10.29% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #C532EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C532EF is #3ACD10. Grayscale: #727272. Windows color (decimal): -3853585 or 15676101. OLE color: 15676101.

HSL color Cylindrical-coordinate representation of color #C532EF: hue angle of 286.67º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C532EF is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 50 239 -
CMYK 0.18 0.79 0 0.06
HSL 286.67º 0.86% 0.57% -
HSV(B) 286.67º 0.79% 0.94% -
XYZ 39.75 20.38 83.5 -
YUV 115.5 197.7 186.13 -
System Red Green Blue C M Y K H S L
Decimal 197 50 239 0.18 0.79 0 0.06 286.67 0.86 0.57
Hex C5 32 EF 12 4F 0 6 11F 56 39
Octal 305 62 357 22 117 0 6 437 126 71
Binary 11000101 110010 11101111 10010 1001111 0 110 100011111 1010110 111001

Color Harmonies of #C532EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C532EF

Black with #C532EF

Text Example


Text Example

White with #C532EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C532EF; }

 p { color: rgb(197,50,239); }

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

background-color css

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

 a { background-color: rgb(197,50,239); }

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

border-color css

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

 span { border-color: rgb(197,50,239); }

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