Html Css Color HEX #C536FD Medium Orchid

📋 copy color: '#C536FD'

red 197 ◦ green 54 ◦ blue 253

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

Shades of Medium Orchid #C536FD

Tints of Medium Orchid #C536FD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.71%

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

R = 39.09%
G = 10.71%
B = 50.2%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C536FD (or 0xC536FD) is known color: Medium Orchid. HEX triplet: C5, 36 and FD. RGB value is (197,54,253). Sum of RGB (Red+Green+Blue) = 197+54+253=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 54 (21.48% from 255 or 10.71% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #C536FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C536FD is #3AC902. Grayscale: #767676. Windows color (decimal): -3852547 or 16594629. OLE color: 16594629.

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

Color convert

RGB 197 54 253 -
CMYK 0.22 0.79 0 0.01
HSL 283.12º 0.98% 0.6% -
HSV(B) 283.12º 0.79% 0.99% -
XYZ 42.07 21.6 94.88 -
YUV 119.44 203.38 183.32 -
System Red Green Blue C M Y K H S L
Decimal 197 54 253 0.22 0.79 0 0.01 283.12 0.98 0.6
Hex C5 36 FD 16 4F 0 1 11B 62 3C
Octal 305 66 375 26 117 0 1 433 142 74
Binary 11000101 110110 11111101 10110 1001111 0 1 100011011 1100010 111100

Color Harmonies of #C536FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C536FD

Black with #C536FD

Text Example


Text Example

White with #C536FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C536FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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