Html Css Color HEX #C554E0 Medium Orchid

📋 copy color: '#C554E0'

red 197 ◦ green 84 ◦ blue 224

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

Shades of Medium Orchid #C554E0

Tints of Medium Orchid #C554E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.36%

R = 39.01%
G = 16.63%
B = 44.36%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C554E0 (or 0xC554E0) is known color: Medium Orchid. HEX triplet: C5, 54 and E0. RGB value is (197,84,224). Sum of RGB (Red+Green+Blue) = 197+84+224=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 84 (33.20% from 255 or 16.63% from 505); Blue value is 224 (87.89% from 255 or 44.36% from 505); Max value from RGB is 224 - color contains mainly: blue. Hex color #C554E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C554E0 is #3AAB1F. Grayscale: #858585. Windows color (decimal): -3844896 or 14701765. OLE color: 14701765.

HSL color Cylindrical-coordinate representation of color #C554E0: hue angle of 288.43º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C554E0 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 197 84 224 -
CMYK 0.12 0.62 0 0.12
HSL 288.43º 0.69% 0.6% -
HSV(B) 288.43º 0.63% 0.88% -
XYZ 39.65 23.59 72.99 -
YUV 133.75 178.94 173.12 -
System Red Green Blue C M Y K H S L
Decimal 197 84 224 0.12 0.62 0 0.12 288.43 0.69 0.6
Hex C5 54 E0 C 3E 0 C 120 45 3C
Octal 305 124 340 14 76 0 14 440 105 74
Binary 11000101 1010100 11100000 1100 111110 0 1100 100100000 1000101 111100

Color Harmonies of #C554E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C554E0

Black with #C554E0

Text Example


Text Example

White with #C554E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C554E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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