Html Css Color HEX #C554DA Medium Orchid

📋 copy color: '#C554DA'

red 197 ◦ green 84 ◦ blue 218

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

Shades of Medium Orchid #C554DA

Tints of Medium Orchid #C554DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.69%

R = 39.48%
G = 16.83%
B = 43.69%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C554DA (or 0xC554DA) is known color: Medium Orchid. HEX triplet: C5, 54 and DA. RGB value is (197,84,218). Sum of RGB (Red+Green+Blue) = 197+84+218=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 84 (33.20% from 255 or 16.83% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #C554DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C554DA is #3AAB25. Grayscale: #848484. Windows color (decimal): -3844902 or 14308549. OLE color: 14308549.

HSL color Cylindrical-coordinate representation of color #C554DA: hue angle of 290.6º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C554DA is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 84 218 -
CMYK 0.10 0.61 0 0.15
HSL 290.6º 0.64% 0.59% -
HSV(B) 290.6º 0.61% 0.85% -
XYZ 38.85 23.27 68.77 -
YUV 133.06 175.94 173.6 -
System Red Green Blue C M Y K H S L
Decimal 197 84 218 0.10 0.61 0 0.15 290.6 0.64 0.59
Hex C5 54 DA A 3D 0 F 123 40 3B
Octal 305 124 332 12 75 0 17 443 100 73
Binary 11000101 1010100 11011010 1010 111101 0 1111 100100011 1000000 111011

Color Harmonies of #C554DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C554DA

Black with #C554DA

Text Example


Text Example

White with #C554DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C554DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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