Html Css Color HEX #C538FD Medium Orchid

📋 copy color: '#C538FD'

red 197 ◦ green 56 ◦ blue 253

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

Shades of Medium Orchid #C538FD

Tints of Medium Orchid #C538FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50%

R = 38.93%
G = 11.07%
B = 50%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C538FD (or 0xC538FD) is known color: Medium Orchid. HEX triplet: C5, 38 and FD. RGB value is (197,56,253). Sum of RGB (Red+Green+Blue) = 197+56+253=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 56 (22.27% from 255 or 11.07% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #C538FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C538FD is #3AC702. Grayscale: #777777. Windows color (decimal): -3852035 or 16595141. OLE color: 16595141.

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

Color convert

RGB 197 56 253 -
CMYK 0.22 0.78 0 0.01
HSL 282.94º 0.98% 0.61% -
HSV(B) 282.94º 0.78% 0.99% -
XYZ 42.17 21.79 94.91 -
YUV 120.62 202.71 182.48 -
System Red Green Blue C M Y K H S L
Decimal 197 56 253 0.22 0.78 0 0.01 282.94 0.98 0.61
Hex C5 38 FD 16 4E 0 1 11B 62 3D
Octal 305 70 375 26 116 0 1 433 142 75
Binary 11000101 111000 11111101 10110 1001110 0 1 100011011 1100010 111101

Color Harmonies of #C538FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C538FD

Black with #C538FD

Text Example


Text Example

White with #C538FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C538FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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