Html Css Color HEX #C54AFB Medium Orchid

📋 copy color: '#C54AFB'

red 197 ◦ green 74 ◦ blue 251

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

Shades of Medium Orchid #C54AFB

Tints of Medium Orchid #C54AFB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.18%

 BLUE value IS 251 (98.44% from 255) = 48.08%

R = 37.74%
G = 14.18%
B = 48.08%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C54AFB (or 0xC54AFB) is known color: Medium Orchid. HEX triplet: C5, 4A and FB. RGB value is (197,74,251). Sum of RGB (Red+Green+Blue) = 197+74+251=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 74 (29.30% from 255 or 14.18% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #C54AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C54AFB is #3AB504. Grayscale: #828282. Windows color (decimal): -3847429 or 16468677. OLE color: 16468677.

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

Color convert

RGB 197 74 251 -
CMYK 0.22 0.71 0 0.02
HSL 281.69º 0.96% 0.64% -
HSV(B) 281.69º 0.71% 0.98% -
XYZ 42.89 23.73 93.59 -
YUV 130.96 195.75 175.11 -
System Red Green Blue C M Y K H S L
Decimal 197 74 251 0.22 0.71 0 0.02 281.69 0.96 0.64
Hex C5 4A FB 16 47 0 2 11A 60 40
Octal 305 112 373 26 107 0 2 432 140 100
Binary 11000101 1001010 11111011 10110 1000111 0 10 100011010 1100000 1000000

Color Harmonies of #C54AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54AFB

Black with #C54AFB

Text Example


Text Example

White with #C54AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54AFB; }

 p { color: rgb(197,74,251); }

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

background-color css

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

 a { background-color: rgb(197,74,251); }

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

border-color css

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

 span { border-color: rgb(197,74,251); }

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