Html Css Color HEX #C532EE Medium Orchid

📋 copy color: '#C532EE'

red 197 ◦ green 50 ◦ blue 238

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

Shades of Medium Orchid #C532EE

Tints of Medium Orchid #C532EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.07%

R = 40.62%
G = 10.31%
B = 49.07%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C532EE (or 0xC532EE) is known color: Medium Orchid. HEX triplet: C5, 32 and EE. RGB value is (197,50,238). Sum of RGB (Red+Green+Blue) = 197+50+238=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 50 (19.92% from 255 or 10.31% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #C532EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C532EE is #3ACD11. Grayscale: #727272. Windows color (decimal): -3853586 or 15610565. OLE color: 15610565.

HSL color Cylindrical-coordinate representation of color #C532EE: hue angle of 286.91º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C532EE is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 50 238 -
CMYK 0.17 0.79 0 0.07
HSL 286.91º 0.85% 0.56% -
HSV(B) 286.91º 0.79% 0.93% -
XYZ 39.6 20.32 82.72 -
YUV 115.39 197.2 186.21 -
System Red Green Blue C M Y K H S L
Decimal 197 50 238 0.17 0.79 0 0.07 286.91 0.85 0.56
Hex C5 32 EE 11 4F 0 7 11F 55 38
Octal 305 62 356 21 117 0 7 437 125 70
Binary 11000101 110010 11101110 10001 1001111 0 111 100011111 1010101 111000

Color Harmonies of #C532EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C532EE

Black with #C532EE

Text Example


Text Example

White with #C532EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C532EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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