Html Css Color HEX #C534EE Medium Orchid

📋 copy color: '#C534EE'

red 197 ◦ green 52 ◦ blue 238

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

Shades of Medium Orchid #C534EE

Tints of Medium Orchid #C534EE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.68%

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

R = 40.45%
G = 10.68%
B = 48.87%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C534EE (or 0xC534EE) is known color: Medium Orchid. HEX triplet: C5, 34 and EE. RGB value is (197,52,238). Sum of RGB (Red+Green+Blue) = 197+52+238=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 52 (20.70% from 255 or 10.68% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #C534EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C534EE is #3ACB11. Grayscale: #737373. Windows color (decimal): -3853074 or 15611077. OLE color: 15611077.

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

Color convert

RGB 197 52 238 -
CMYK 0.17 0.78 0 0.07
HSL 286.77º 0.85% 0.57% -
HSV(B) 286.77º 0.78% 0.93% -
XYZ 39.69 20.5 82.75 -
YUV 116.56 196.54 185.38 -
System Red Green Blue C M Y K H S L
Decimal 197 52 238 0.17 0.78 0 0.07 286.77 0.85 0.57
Hex C5 34 EE 11 4E 0 7 11F 55 39
Octal 305 64 356 21 116 0 7 437 125 71
Binary 11000101 110100 11101110 10001 1001110 0 111 100011111 1010101 111001

Color Harmonies of #C534EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C534EE

Black with #C534EE

Text Example


Text Example

White with #C534EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C534EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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