Html Css Color HEX #C54CFD Medium Orchid

📋 copy color: '#C54CFD'

red 197 ◦ green 76 ◦ blue 253

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

Shades of Medium Orchid #C54CFD

Tints of Medium Orchid #C54CFD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.45%

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

R = 37.45%
G = 14.45%
B = 48.1%

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

#C54CFD (or 0xC54CFD) is known color: Medium Orchid. HEX triplet: C5, 4C and FD. RGB value is (197,76,253). Sum of RGB (Red+Green+Blue) = 197+76+253=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 76 (30.08% from 255 or 14.45% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #C54CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C54CFD is #3AB302. Grayscale: #838383. Windows color (decimal): -3846915 or 16600261. OLE color: 16600261.

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

Color convert

RGB 197 76 253 -
CMYK 0.22 0.70 0 0.01
HSL 281.02º 0.98% 0.65% -
HSV(B) 281.02º 0.7% 0.99% -
XYZ 43.34 24.13 95.3 -
YUV 132.36 196.09 174.11 -
System Red Green Blue C M Y K H S L
Decimal 197 76 253 0.22 0.70 0 0.01 281.02 0.98 0.65
Hex C5 4C FD 16 46 0 1 119 62 41
Octal 305 114 375 26 106 0 1 431 142 101
Binary 11000101 1001100 11111101 10110 1000110 0 1 100011001 1100010 1000001

Color Harmonies of #C54CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54CFD

Black with #C54CFD

Text Example


Text Example

White with #C54CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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