Html Css Color HEX #C538FE Medium Orchid

📋 copy color: '#C538FE'

red 197 ◦ green 56 ◦ blue 254

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

Shades of Medium Orchid #C538FE

Tints of Medium Orchid #C538FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.1%

R = 38.86%
G = 11.05%
B = 50.1%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C538FE (or 0xC538FE) is known color: Medium Orchid. HEX triplet: C5, 38 and FE. RGB value is (197,56,254). Sum of RGB (Red+Green+Blue) = 197+56+254=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 56 (22.27% from 255 or 11.05% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #C538FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C538FE is #3AC701. Grayscale: #787878. Windows color (decimal): -3852034 or 16660677. OLE color: 16660677.

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

Color convert

RGB 197 56 254 -
CMYK 0.22 0.78 0 0.00
HSL 282.73º 0.99% 0.61% -
HSV(B) 282.73º 0.78% 1% -
XYZ 42.33 21.85 95.75 -
YUV 120.73 203.21 182.4 -
System Red Green Blue C M Y K H S L
Decimal 197 56 254 0.22 0.78 0 0.00 282.73 0.99 0.61
Hex C5 38 FE 16 4E 0 0 11B 63 3D
Octal 305 70 376 26 116 0 0 433 143 75
Binary 11000101 111000 11111110 10110 1001110 0 0 100011011 1100011 111101

Color Harmonies of #C538FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C538FE

Black with #C538FE

Text Example


Text Example

White with #C538FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C538FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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