Html Css Color HEX #C53FFD Medium Orchid

📋 copy color: '#C53FFD'

red 197 ◦ green 63 ◦ blue 253

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

Shades of Medium Orchid #C53FFD

Tints of Medium Orchid #C53FFD

RGB

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

 GREEN value IS 63 (25% from 255) = 12.28%

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

R = 38.4%
G = 12.28%
B = 49.32%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C53FFD (or 0xC53FFD) is known color: Medium Orchid. HEX triplet: C5, 3F and FD. RGB value is (197,63,253). Sum of RGB (Red+Green+Blue) = 197+63+253=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 63 (25% from 255 or 12.28% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #C53FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53FFD is #3AC002. Grayscale: #7C7C7C. Windows color (decimal): -3850243 or 16596933. OLE color: 16596933.

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

Color convert

RGB 197 63 253 -
CMYK 0.22 0.75 0 0.01
HSL 282.32º 0.98% 0.62% -
HSV(B) 282.32º 0.75% 0.99% -
XYZ 42.53 22.52 95.03 -
YUV 124.73 200.39 179.55 -
System Red Green Blue C M Y K H S L
Decimal 197 63 253 0.22 0.75 0 0.01 282.32 0.98 0.62
Hex C5 3F FD 16 4B 0 1 11A 62 3E
Octal 305 77 375 26 113 0 1 432 142 76
Binary 11000101 111111 11111101 10110 1001011 0 1 100011010 1100010 111110

Color Harmonies of #C53FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53FFD

Black with #C53FFD

Text Example


Text Example

White with #C53FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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