Html Css Color HEX #C54EFD Medium Orchid

📋 copy color: '#C54EFD'

red 197 ◦ green 78 ◦ blue 253

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

Shades of Medium Orchid #C54EFD

Tints of Medium Orchid #C54EFD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.77%

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

R = 37.31%
G = 14.77%
B = 47.92%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C54EFD (or 0xC54EFD) is known color: Medium Orchid. HEX triplet: C5, 4E and FD. RGB value is (197,78,253). Sum of RGB (Red+Green+Blue) = 197+78+253=528 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.31% from 528); Green value is 78 (30.86% from 255 or 14.77% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #C54EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C54EFD is #3AB102. Grayscale: #848484. Windows color (decimal): -3846403 or 16600773. OLE color: 16600773.

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

Color convert

RGB 197 78 253 -
CMYK 0.22 0.69 0 0.01
HSL 280.8º 0.98% 0.65% -
HSV(B) 280.8º 0.69% 0.99% -
XYZ 43.48 24.41 95.35 -
YUV 133.53 195.42 173.27 -
System Red Green Blue C M Y K H S L
Decimal 197 78 253 0.22 0.69 0 0.01 280.8 0.98 0.65
Hex C5 4E FD 16 45 0 1 119 62 41
Octal 305 116 375 26 105 0 1 431 142 101
Binary 11000101 1001110 11111101 10110 1000101 0 1 100011001 1100010 1000001

Color Harmonies of #C54EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54EFD

Black with #C54EFD

Text Example


Text Example

White with #C54EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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