Html Css Color HEX #C544F2 Medium Orchid

📋 copy color: '#C544F2'

red 197 ◦ green 68 ◦ blue 242

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

Shades of Medium Orchid #C544F2

Tints of Medium Orchid #C544F2

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.41%

 BLUE value IS 242 (94.92% from 255) = 47.73%

R = 38.86%
G = 13.41%
B = 47.73%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C544F2 (or 0xC544F2) is known color: Medium Orchid. HEX triplet: C5, 44 and F2. RGB value is (197,68,242). Sum of RGB (Red+Green+Blue) = 197+68+242=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 68 (26.95% from 255 or 13.41% from 507); Blue value is 242 (94.92% from 255 or 47.73% from 507); Max value from RGB is 242 - color contains mainly: blue. Hex color #C544F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C544F2 is #3ABB0D. Grayscale: #7D7D7D. Windows color (decimal): -3848974 or 15877317. OLE color: 15877317.

HSL color Cylindrical-coordinate representation of color #C544F2: hue angle of 284.48º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C544F2 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 68 242 -
CMYK 0.19 0.72 0 0.05
HSL 284.48º 0.87% 0.61% -
HSV(B) 284.48º 0.72% 0.95% -
XYZ 41.12 22.42 86.16 -
YUV 126.41 193.24 178.35 -
System Red Green Blue C M Y K H S L
Decimal 197 68 242 0.19 0.72 0 0.05 284.48 0.87 0.61
Hex C5 44 F2 13 48 0 5 11C 57 3D
Octal 305 104 362 23 110 0 5 434 127 75
Binary 11000101 1000100 11110010 10011 1001000 0 101 100011100 1010111 111101

Color Harmonies of #C544F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C544F2

Black with #C544F2

Text Example


Text Example

White with #C544F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C544F2; }

 p { color: rgb(197,68,242); }

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

background-color css

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

 a { background-color: rgb(197,68,242); }

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

border-color css

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

 span { border-color: rgb(197,68,242); }

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