Html Css Color HEX #C542DB Medium Orchid

📋 copy color: '#C542DB'

red 197 ◦ green 66 ◦ blue 219

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

Shades of Medium Orchid #C542DB

Tints of Medium Orchid #C542DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.44%

R = 40.87%
G = 13.69%
B = 45.44%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C542DB (or 0xC542DB) is known color: Medium Orchid. HEX triplet: C5, 42 and DB. RGB value is (197,66,219). Sum of RGB (Red+Green+Blue) = 197+66+219=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 66 (26.17% from 255 or 13.69% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #C542DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C542DB is #3ABD24. Grayscale: #7A7A7A. Windows color (decimal): -3849509 or 14369477. OLE color: 14369477.

HSL color Cylindrical-coordinate representation of color #C542DB: hue angle of 291.37º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C542DB is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 66 219 -
CMYK 0.10 0.70 0 0.14
HSL 291.37º 0.68% 0.56% -
HSV(B) 291.37º 0.7% 0.86% -
XYZ 37.76 20.88 69.06 -
YUV 122.61 182.4 181.06 -
System Red Green Blue C M Y K H S L
Decimal 197 66 219 0.10 0.70 0 0.14 291.37 0.68 0.56
Hex C5 42 DB A 46 0 E 123 44 38
Octal 305 102 333 12 106 0 16 443 104 70
Binary 11000101 1000010 11011011 1010 1000110 0 1110 100100011 1000100 111000

Color Harmonies of #C542DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C542DB

Black with #C542DB

Text Example


Text Example

White with #C542DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C542DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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