Html Css Color HEX #C55CD9 Medium Orchid

📋 copy color: '#C55CD9'

red 197 ◦ green 92 ◦ blue 217

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

Shades of Medium Orchid #C55CD9

Tints of Medium Orchid #C55CD9

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.18%

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

R = 38.93%
G = 18.18%
B = 42.89%

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

#C55CD9 (or 0xC55CD9) is known color: Medium Orchid. HEX triplet: C5, 5C and D9. RGB value is (197,92,217). Sum of RGB (Red+Green+Blue) = 197+92+217=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 92 (36.33% from 255 or 18.18% from 506); Blue value is 217 (85.16% from 255 or 42.89% from 506); Max value from RGB is 217 - color contains mainly: blue. Hex color #C55CD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55CD9 is #3AA326. Grayscale: #898989. Windows color (decimal): -3842855 or 14245061. OLE color: 14245061.

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

Color convert

RGB 197 92 217 -
CMYK 0.09 0.58 0 0.15
HSL 290.4º 0.62% 0.61% -
HSV(B) 290.4º 0.58% 0.85% -
XYZ 39.38 24.53 68.31 -
YUV 137.65 172.79 170.34 -
System Red Green Blue C M Y K H S L
Decimal 197 92 217 0.09 0.58 0 0.15 290.4 0.62 0.61
Hex C5 5C D9 9 3A 0 F 122 3E 3D
Octal 305 134 331 11 72 0 17 442 76 75
Binary 11000101 1011100 11011001 1001 111010 0 1111 100100010 111110 111101

Color Harmonies of #C55CD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55CD9

Black with #C55CD9

Text Example


Text Example

White with #C55CD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55CD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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