Html Css Color HEX #C54BFC Medium Orchid

📋 copy color: '#C54BFC'

red 197 ◦ green 75 ◦ blue 252

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

Shades of Medium Orchid #C54BFC

Tints of Medium Orchid #C54BFC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.31%

 BLUE value IS 252 (98.83% from 255) = 48.09%

R = 37.6%
G = 14.31%
B = 48.09%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C54BFC (or 0xC54BFC) is known color: Medium Orchid. HEX triplet: C5, 4B and FC. RGB value is (197,75,252). Sum of RGB (Red+Green+Blue) = 197+75+252=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 75 (29.69% from 255 or 14.31% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #C54BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C54BFC is #3AB403. Grayscale: #838383. Windows color (decimal): -3847172 or 16534469. OLE color: 16534469.

HSL color Cylindrical-coordinate representation of color #C54BFC: hue angle of 281.36º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C54BFC is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 75 252 -
CMYK 0.22 0.70 0 0.01
HSL 281.36º 0.97% 0.64% -
HSV(B) 281.36º 0.7% 0.99% -
XYZ 43.11 23.93 94.44 -
YUV 131.66 195.92 174.61 -
System Red Green Blue C M Y K H S L
Decimal 197 75 252 0.22 0.70 0 0.01 281.36 0.97 0.64
Hex C5 4B FC 16 46 0 1 119 61 40
Octal 305 113 374 26 106 0 1 431 141 100
Binary 11000101 1001011 11111100 10110 1000110 0 1 100011001 1100001 1000000

Color Harmonies of #C54BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54BFC

Black with #C54BFC

Text Example


Text Example

White with #C54BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54BFC; }

 p { color: rgb(197,75,252); }

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

background-color css

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

 a { background-color: rgb(197,75,252); }

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

border-color css

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

 span { border-color: rgb(197,75,252); }

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