Html Css Color HEX #C553DD Medium Orchid

📋 copy color: '#C553DD'

red 197 ◦ green 83 ◦ blue 221

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

Shades of Medium Orchid #C553DD

Tints of Medium Orchid #C553DD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.57%

 BLUE value IS 221 (86.72% from 255) = 44.11%

R = 39.32%
G = 16.57%
B = 44.11%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C553DD (or 0xC553DD) is known color: Medium Orchid. HEX triplet: C5, 53 and DD. RGB value is (197,83,221). Sum of RGB (Red+Green+Blue) = 197+83+221=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 83 (32.81% from 255 or 16.57% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #C553DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C553DD is #3AAC22. Grayscale: #848484. Windows color (decimal): -3845155 or 14504901. OLE color: 14504901.

HSL color Cylindrical-coordinate representation of color #C553DD: hue angle of 289.57º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C553DD is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 83 221 -
CMYK 0.11 0.62 0 0.13
HSL 289.57º 0.67% 0.6% -
HSV(B) 289.57º 0.62% 0.87% -
XYZ 39.17 23.28 70.84 -
YUV 132.82 177.77 173.78 -
System Red Green Blue C M Y K H S L
Decimal 197 83 221 0.11 0.62 0 0.13 289.57 0.67 0.6
Hex C5 53 DD B 3E 0 D 122 43 3C
Octal 305 123 335 13 76 0 15 442 103 74
Binary 11000101 1010011 11011101 1011 111110 0 1101 100100010 1000011 111100

Color Harmonies of #C553DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C553DD

Black with #C553DD

Text Example


Text Example

White with #C553DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C553DD; }

 p { color: rgb(197,83,221); }

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

background-color css

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

 a { background-color: rgb(197,83,221); }

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

border-color css

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

 span { border-color: rgb(197,83,221); }

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