Html Css Color HEX #C54ECF Medium Orchid

📋 copy color: '#C54ECF'

red 197 ◦ green 78 ◦ blue 207

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

Shades of Medium Orchid #C54ECF

Tints of Medium Orchid #C54ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.95%

R = 40.87%
G = 16.18%
B = 42.95%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C54ECF (or 0xC54ECF) is known color: Medium Orchid. HEX triplet: C5, 4E and CF. RGB value is (197,78,207). Sum of RGB (Red+Green+Blue) = 197+78+207=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 78 (30.86% from 255 or 16.18% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #C54ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54ECF is #3AB130. Grayscale: #7F7F7F. Windows color (decimal): -3846449 or 13586117. OLE color: 13586117.

HSL color Cylindrical-coordinate representation of color #C54ECF: hue angle of 295.35º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C54ECF is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 78 207 -
CMYK 0.05 0.62 0 0.19
HSL 295.35º 0.57% 0.56% -
HSV(B) 295.35º 0.62% 0.81% -
XYZ 37.01 21.82 61.29 -
YUV 128.29 172.42 177.01 -
System Red Green Blue C M Y K H S L
Decimal 197 78 207 0.05 0.62 0 0.19 295.35 0.57 0.56
Hex C5 4E CF 5 3E 0 13 127 39 38
Octal 305 116 317 5 76 0 23 447 71 70
Binary 11000101 1001110 11001111 101 111110 0 10011 100100111 111001 111000

Color Harmonies of #C54ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54ECF

Black with #C54ECF

Text Example


Text Example

White with #C54ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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