Html Css Color HEX #C554EA Medium Orchid

📋 copy color: '#C554EA'

red 197 ◦ green 84 ◦ blue 234

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

Shades of Medium Orchid #C554EA

Tints of Medium Orchid #C554EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.44%

R = 38.25%
G = 16.31%
B = 45.44%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C554EA (or 0xC554EA) is known color: Medium Orchid. HEX triplet: C5, 54 and EA. RGB value is (197,84,234). Sum of RGB (Red+Green+Blue) = 197+84+234=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 84 (33.20% from 255 or 16.31% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #C554EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C554EA is #3AAB15. Grayscale: #868686. Windows color (decimal): -3844886 or 15357125. OLE color: 15357125.

HSL color Cylindrical-coordinate representation of color #C554EA: hue angle of 285.2º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C554EA is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 84 234 -
CMYK 0.16 0.64 0 0.08
HSL 285.2º 0.78% 0.62% -
HSV(B) 285.2º 0.64% 0.92% -
XYZ 41.05 24.15 80.34 -
YUV 134.89 183.94 172.3 -
System Red Green Blue C M Y K H S L
Decimal 197 84 234 0.16 0.64 0 0.08 285.2 0.78 0.62
Hex C5 54 EA 10 40 0 8 11D 4E 3E
Octal 305 124 352 20 100 0 10 435 116 76
Binary 11000101 1010100 11101010 10000 1000000 0 1000 100011101 1001110 111110

Color Harmonies of #C554EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C554EA

Black with #C554EA

Text Example


Text Example

White with #C554EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C554EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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