Html Css Color HEX #C543DE Medium Orchid

📋 copy color: '#C543DE'

red 197 ◦ green 67 ◦ blue 222

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

Shades of Medium Orchid #C543DE

Tints of Medium Orchid #C543DE

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.79%

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

R = 40.53%
G = 13.79%
B = 45.68%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C543DE (or 0xC543DE) is known color: Medium Orchid. HEX triplet: C5, 43 and DE. RGB value is (197,67,222). Sum of RGB (Red+Green+Blue) = 197+67+222=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 67 (26.56% from 255 or 13.79% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #C543DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C543DE is #3ABC21. Grayscale: #7B7B7B. Windows color (decimal): -3849250 or 14566341. OLE color: 14566341.

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

Color convert

RGB 197 67 222 -
CMYK 0.11 0.70 0 0.13
HSL 290.32º 0.7% 0.57% -
HSV(B) 290.32º 0.7% 0.87% -
XYZ 38.22 21.16 71.18 -
YUV 123.54 183.57 180.4 -
System Red Green Blue C M Y K H S L
Decimal 197 67 222 0.11 0.70 0 0.13 290.32 0.7 0.57
Hex C5 43 DE B 46 0 D 122 46 39
Octal 305 103 336 13 106 0 15 442 106 71
Binary 11000101 1000011 11011110 1011 1000110 0 1101 100100010 1000110 111001

Color Harmonies of #C543DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C543DE

Black with #C543DE

Text Example


Text Example

White with #C543DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C543DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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