Html Css Color HEX #C534DE Medium Orchid

📋 copy color: '#C534DE'

red 197 ◦ green 52 ◦ blue 222

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

Shades of Medium Orchid #C534DE

Tints of Medium Orchid #C534DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.13%

R = 41.83%
G = 11.04%
B = 47.13%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C534DE (or 0xC534DE) is known color: Medium Orchid. HEX triplet: C5, 34 and DE. RGB value is (197,52,222). Sum of RGB (Red+Green+Blue) = 197+52+222=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 52 (20.70% from 255 or 11.04% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #C534DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C534DE is #3ACB21. Grayscale: #727272. Windows color (decimal): -3853090 or 14562501. OLE color: 14562501.

HSL color Cylindrical-coordinate representation of color #C534DE: hue angle of 291.18º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C534DE is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 52 222 -
CMYK 0.11 0.77 0 0.13
HSL 291.18º 0.72% 0.54% -
HSV(B) 291.18º 0.77% 0.87% -
XYZ 37.44 19.6 70.92 -
YUV 114.74 188.54 186.68 -
System Red Green Blue C M Y K H S L
Decimal 197 52 222 0.11 0.77 0 0.13 291.18 0.72 0.54
Hex C5 34 DE B 4D 0 D 123 48 36
Octal 305 64 336 13 115 0 15 443 110 66
Binary 11000101 110100 11011110 1011 1001101 0 1101 100100011 1001000 110110

Color Harmonies of #C534DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C534DE

Black with #C534DE

Text Example


Text Example

White with #C534DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C534DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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