Html Css Color HEX #C538F2 Medium Orchid

📋 copy color: '#C538F2'

red 197 ◦ green 56 ◦ blue 242

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

Shades of Medium Orchid #C538F2

Tints of Medium Orchid #C538F2

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.31%

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

R = 39.8%
G = 11.31%
B = 48.89%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C538F2 (or 0xC538F2) is known color: Medium Orchid. HEX triplet: C5, 38 and F2. RGB value is (197,56,242). Sum of RGB (Red+Green+Blue) = 197+56+242=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 56 (22.27% from 255 or 11.31% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 242 - color contains mainly: blue. Hex color #C538F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C538F2 is #3AC70D. Grayscale: #767676. Windows color (decimal): -3852046 or 15874245. OLE color: 15874245.

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

Color convert

RGB 197 56 242 -
CMYK 0.19 0.77 0 0.05
HSL 285.48º 0.88% 0.58% -
HSV(B) 285.48º 0.77% 0.95% -
XYZ 40.47 21.11 85.95 -
YUV 119.36 197.21 183.38 -
System Red Green Blue C M Y K H S L
Decimal 197 56 242 0.19 0.77 0 0.05 285.48 0.88 0.58
Hex C5 38 F2 13 4D 0 5 11D 58 3A
Octal 305 70 362 23 115 0 5 435 130 72
Binary 11000101 111000 11110010 10011 1001101 0 101 100011101 1011000 111010

Color Harmonies of #C538F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C538F2

Black with #C538F2

Text Example


Text Example

White with #C538F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C538F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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