Html Css Color HEX #C55BD9 Medium Orchid

📋 copy color: '#C55BD9'

red 197 ◦ green 91 ◦ blue 217

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

Shades of Medium Orchid #C55BD9

Tints of Medium Orchid #C55BD9

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.02%

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

R = 39.01%
G = 18.02%
B = 42.97%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C55BD9 (or 0xC55BD9) is known color: Medium Orchid. HEX triplet: C5, 5B and D9. RGB value is (197,91,217). Sum of RGB (Red+Green+Blue) = 197+91+217=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 91 (35.94% from 255 or 18.02% from 505); Blue value is 217 (85.16% from 255 or 42.97% from 505); Max value from RGB is 217 - color contains mainly: blue. Hex color #C55BD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55BD9 is #3AA426. Grayscale: #888888. Windows color (decimal): -3843111 or 14244805. OLE color: 14244805.

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

Color convert

RGB 197 91 217 -
CMYK 0.09 0.58 0 0.15
HSL 290.48º 0.62% 0.6% -
HSV(B) 290.48º 0.58% 0.85% -
XYZ 39.29 24.36 68.28 -
YUV 137.06 173.12 170.75 -
System Red Green Blue C M Y K H S L
Decimal 197 91 217 0.09 0.58 0 0.15 290.48 0.62 0.6
Hex C5 5B D9 9 3A 0 F 122 3E 3C
Octal 305 133 331 11 72 0 17 442 76 74
Binary 11000101 1011011 11011001 1001 111010 0 1111 100100010 111110 111100

Color Harmonies of #C55BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55BD9

Black with #C55BD9

Text Example


Text Example

White with #C55BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55BD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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