Html Css Color HEX #C55DDD Medium Orchid

📋 copy color: '#C55DDD'

red 197 ◦ green 93 ◦ blue 221

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

Shades of Medium Orchid #C55DDD

Tints of Medium Orchid #C55DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.2%

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

R = 38.55%
G = 18.2%
B = 43.25%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C55DDD (or 0xC55DDD) is known color: Medium Orchid. HEX triplet: C5, 5D and DD. RGB value is (197,93,221). Sum of RGB (Red+Green+Blue) = 197+93+221=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 93 (36.72% from 255 or 18.20% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #C55DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55DDD is #3AA222. Grayscale: #8A8A8A. Windows color (decimal): -3842595 or 14507461. OLE color: 14507461.

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

Color convert

RGB 197 93 221 -
CMYK 0.11 0.58 0 0.13
HSL 288.75º 0.65% 0.62% -
HSV(B) 288.75º 0.58% 0.87% -
XYZ 39.99 24.92 71.11 -
YUV 138.69 174.46 169.59 -
System Red Green Blue C M Y K H S L
Decimal 197 93 221 0.11 0.58 0 0.13 288.75 0.65 0.62
Hex C5 5D DD B 3A 0 D 121 41 3E
Octal 305 135 335 13 72 0 15 441 101 76
Binary 11000101 1011101 11011101 1011 111010 0 1101 100100001 1000001 111110

Color Harmonies of #C55DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55DDD

Black with #C55DDD

Text Example


Text Example

White with #C55DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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