Html Css Color HEX #C538DF Medium Orchid

📋 copy color: '#C538DF'

red 197 ◦ green 56 ◦ blue 223

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

Shades of Medium Orchid #C538DF

Tints of Medium Orchid #C538DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.85%

R = 41.39%
G = 11.76%
B = 46.85%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C538DF (or 0xC538DF) is known color: Medium Orchid. HEX triplet: C5, 38 and DF. RGB value is (197,56,223). Sum of RGB (Red+Green+Blue) = 197+56+223=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 56 (22.27% from 255 or 11.76% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #C538DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C538DF is #3AC720. Grayscale: #747474. Windows color (decimal): -3852065 or 14629061. OLE color: 14629061.

HSL color Cylindrical-coordinate representation of color #C538DF: hue angle of 290.66º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C538DF is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 56 223 -
CMYK 0.12 0.75 0 0.13
HSL 290.66º 0.72% 0.55% -
HSV(B) 290.66º 0.75% 0.87% -
XYZ 37.76 20.03 71.69 -
YUV 117.2 187.71 184.92 -
System Red Green Blue C M Y K H S L
Decimal 197 56 223 0.12 0.75 0 0.13 290.66 0.72 0.55
Hex C5 38 DF C 4B 0 D 123 48 37
Octal 305 70 337 14 113 0 15 443 110 67
Binary 11000101 111000 11011111 1100 1001011 0 1101 100100011 1001000 110111

Color Harmonies of #C538DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C538DF

Black with #C538DF

Text Example


Text Example

White with #C538DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C538DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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