Html Css Color HEX #C534EB Medium Orchid

📋 copy color: '#C534EB'

red 197 ◦ green 52 ◦ blue 235

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

Shades of Medium Orchid #C534EB

Tints of Medium Orchid #C534EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.55%

R = 40.7%
G = 10.74%
B = 48.55%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C534EB (or 0xC534EB) is known color: Medium Orchid. HEX triplet: C5, 34 and EB. RGB value is (197,52,235). Sum of RGB (Red+Green+Blue) = 197+52+235=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 52 (20.70% from 255 or 10.74% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #C534EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C534EB is #3ACB14. Grayscale: #737373. Windows color (decimal): -3853077 or 15414469. OLE color: 15414469.

HSL color Cylindrical-coordinate representation of color #C534EB: hue angle of 287.54º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C534EB is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 52 235 -
CMYK 0.16 0.78 0 0.08
HSL 287.54º 0.82% 0.56% -
HSV(B) 287.54º 0.78% 0.92% -
XYZ 39.25 20.32 80.45 -
YUV 116.22 195.04 185.62 -
System Red Green Blue C M Y K H S L
Decimal 197 52 235 0.16 0.78 0 0.08 287.54 0.82 0.56
Hex C5 34 EB 10 4E 0 8 120 52 38
Octal 305 64 353 20 116 0 10 440 122 70
Binary 11000101 110100 11101011 10000 1001110 0 1000 100100000 1010010 111000

Color Harmonies of #C534EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C534EB

Black with #C534EB

Text Example


Text Example

White with #C534EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C534EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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