Html Css Color HEX #C55DD9 Medium Orchid

📋 copy color: '#C55DD9'

red 197 ◦ green 93 ◦ blue 217

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

Shades of Medium Orchid #C55DD9

Tints of Medium Orchid #C55DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 42.8%

R = 38.86%
G = 18.34%
B = 42.8%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C55DD9 (or 0xC55DD9) is known color: Medium Orchid. HEX triplet: C5, 5D and D9. RGB value is (197,93,217). Sum of RGB (Red+Green+Blue) = 197+93+217=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 93 (36.72% from 255 or 18.34% from 507); Blue value is 217 (85.16% from 255 or 42.80% from 507); Max value from RGB is 217 - color contains mainly: blue. Hex color #C55DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55DD9 is #3AA226. Grayscale: #898989. Windows color (decimal): -3842599 or 14245317. OLE color: 14245317.

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

Color convert

RGB 197 93 217 -
CMYK 0.09 0.57 0 0.15
HSL 290.32º 0.62% 0.61% -
HSV(B) 290.32º 0.57% 0.85% -
XYZ 39.46 24.71 68.33 -
YUV 138.23 172.46 169.92 -
System Red Green Blue C M Y K H S L
Decimal 197 93 217 0.09 0.57 0 0.15 290.32 0.62 0.61
Hex C5 5D D9 9 39 0 F 122 3E 3D
Octal 305 135 331 11 71 0 17 442 76 75
Binary 11000101 1011101 11011001 1001 111001 0 1111 100100010 111110 111101

Color Harmonies of #C55DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55DD9

Black with #C55DD9

Text Example


Text Example

White with #C55DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55DD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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