Html Css Color HEX #C554EF Medium Orchid

📋 copy color: '#C554EF'

red 197 ◦ green 84 ◦ blue 239

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

Shades of Medium Orchid #C554EF

Tints of Medium Orchid #C554EF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.15%

 BLUE value IS 239 (93.75% from 255) = 45.96%

R = 37.88%
G = 16.15%
B = 45.96%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C554EF (or 0xC554EF) is known color: Medium Orchid. HEX triplet: C5, 54 and EF. RGB value is (197,84,239). Sum of RGB (Red+Green+Blue) = 197+84+239=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 84 (33.20% from 255 or 16.15% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #C554EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C554EF is #3AAB10. Grayscale: #868686. Windows color (decimal): -3844881 or 15684805. OLE color: 15684805.

HSL color Cylindrical-coordinate representation of color #C554EF: hue angle of 283.74º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C554EF is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 84 239 -
CMYK 0.18 0.65 0 0.06
HSL 283.74º 0.83% 0.63% -
HSV(B) 283.74º 0.65% 0.94% -
XYZ 41.78 24.44 84.18 -
YUV 135.46 186.44 171.9 -
System Red Green Blue C M Y K H S L
Decimal 197 84 239 0.18 0.65 0 0.06 283.74 0.83 0.63
Hex C5 54 EF 12 41 0 6 11C 53 3F
Octal 305 124 357 22 101 0 6 434 123 77
Binary 11000101 1010100 11101111 10010 1000001 0 110 100011100 1010011 111111

Color Harmonies of #C554EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C554EF

Black with #C554EF

Text Example


Text Example

White with #C554EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C554EF; }

 p { color: rgb(197,84,239); }

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

background-color css

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

 a { background-color: rgb(197,84,239); }

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

border-color css

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

 span { border-color: rgb(197,84,239); }

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