Html Css Color HEX #C542DE Medium Orchid

📋 copy color: '#C542DE'

red 197 ◦ green 66 ◦ blue 222

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

Shades of Medium Orchid #C542DE

Tints of Medium Orchid #C542DE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.61%

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

R = 40.62%
G = 13.61%
B = 45.77%

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

#C542DE (or 0xC542DE) is known color: Medium Orchid. HEX triplet: C5, 42 and DE. RGB value is (197,66,222). Sum of RGB (Red+Green+Blue) = 197+66+222=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 66 (26.17% from 255 or 13.61% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #C542DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C542DE is #3ABD21. Grayscale: #7A7A7A. Windows color (decimal): -3849506 or 14566085. OLE color: 14566085.

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

Color convert

RGB 197 66 222 -
CMYK 0.11 0.70 0 0.13
HSL 290.38º 0.7% 0.56% -
HSV(B) 290.38º 0.7% 0.87% -
XYZ 38.16 21.04 71.16 -
YUV 122.95 183.9 180.82 -
System Red Green Blue C M Y K H S L
Decimal 197 66 222 0.11 0.70 0 0.13 290.38 0.7 0.56
Hex C5 42 DE B 46 0 D 122 46 38
Octal 305 102 336 13 106 0 15 442 106 70
Binary 11000101 1000010 11011110 1011 1000110 0 1101 100100010 1000110 111000

Color Harmonies of #C542DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C542DE

Black with #C542DE

Text Example


Text Example

White with #C542DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C542DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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