Html Css Color HEX #C54BFA Medium Orchid

📋 copy color: '#C54BFA'

red 197 ◦ green 75 ◦ blue 250

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

Shades of Medium Orchid #C54BFA

Tints of Medium Orchid #C54BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.89%

R = 37.74%
G = 14.37%
B = 47.89%

CMYK

 C value IS 0.21

 M value IS 0.7

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C54BFA (or 0xC54BFA) is known color: Medium Orchid. HEX triplet: C5, 4B and FA. RGB value is (197,75,250). Sum of RGB (Red+Green+Blue) = 197+75+250=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 75 (29.69% from 255 or 14.37% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #C54BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C54BFA is #3AB405. Grayscale: #828282. Windows color (decimal): -3847174 or 16403397. OLE color: 16403397.

HSL color Cylindrical-coordinate representation of color #C54BFA: hue angle of 281.83º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C54BFA is Cyan = 0.21, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 75 250 -
CMYK 0.21 0.7 0 0.02
HSL 281.83º 0.95% 0.64% -
HSV(B) 281.83º 0.7% 0.98% -
XYZ 42.8 23.8 92.78 -
YUV 131.43 194.92 174.77 -
System Red Green Blue C M Y K H S L
Decimal 197 75 250 0.21 0.7 0 0.02 281.83 0.95 0.64
Hex C5 4B FA 15 46 0 2 11A 5F 40
Octal 305 113 372 25 106 0 2 432 137 100
Binary 11000101 1001011 11111010 10101 1000110 0 10 100011010 1011111 1000000

Color Harmonies of #C54BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54BFA

Black with #C54BFA

Text Example


Text Example

White with #C54BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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