Html Css Color HEX #C538FF Medium Orchid

📋 copy color: '#C538FF'

red 197 ◦ green 56 ◦ blue 255

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

Shades of Medium Orchid #C538FF

Tints of Medium Orchid #C538FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.2%

R = 38.78%
G = 11.02%
B = 50.2%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C538FF (or 0xC538FF) is known color: Medium Orchid. HEX triplet: C5, 38 and FF. RGB value is (197,56,255). Sum of RGB (Red+Green+Blue) = 197+56+255=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 56 (22.27% from 255 or 11.02% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #C538FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C538FF is #3AC700. Grayscale: #787878. Windows color (decimal): -3852033 or 16726213. OLE color: 16726213.

HSL color Cylindrical-coordinate representation of color #C538FF: hue angle of 282.51º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C538FF is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 197 56 255 -
CMYK 0.23 0.78 0 0
HSL 282.51º 1% 0.61% -
HSV(B) 282.51º 0.78% 1% -
XYZ 42.49 21.92 96.6 -
YUV 120.85 203.71 182.32 -
System Red Green Blue C M Y K H S L
Decimal 197 56 255 0.23 0.78 0 0 282.51 1 0.61
Hex C5 38 FF 17 4E 0 0 11B 64 3D
Octal 305 70 377 27 116 0 0 433 144 75
Binary 11000101 111000 11111111 10111 1001110 0 0 100011011 1100100 111101

Color Harmonies of #C538FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C538FF

Black with #C538FF

Text Example


Text Example

White with #C538FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C538FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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