Html Css Color HEX #C55DDF Medium Orchid

📋 copy color: '#C55DDF'

red 197 ◦ green 93 ◦ blue 223

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

Shades of Medium Orchid #C55DDF

Tints of Medium Orchid #C55DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.47%

R = 38.4%
G = 18.13%
B = 43.47%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C55DDF (or 0xC55DDF) is known color: Medium Orchid. HEX triplet: C5, 5D and DF. RGB value is (197,93,223). Sum of RGB (Red+Green+Blue) = 197+93+223=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #C55DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55DDF is #3AA220. Grayscale: #8A8A8A. Windows color (decimal): -3842593 or 14638533. OLE color: 14638533.

HSL color Cylindrical-coordinate representation of color #C55DDF: hue angle of 288º degrees, saturation: 0.67, 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 #C55DDF is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 93 223 -
CMYK 0.12 0.58 0 0.13
HSL 288º 0.67% 0.62% -
HSV(B) 288º 0.58% 0.87% -
XYZ 40.26 25.03 72.52 -
YUV 138.92 175.46 169.43 -
System Red Green Blue C M Y K H S L
Decimal 197 93 223 0.12 0.58 0 0.13 288 0.67 0.62
Hex C5 5D DF C 3A 0 D 120 43 3E
Octal 305 135 337 14 72 0 15 440 103 76
Binary 11000101 1011101 11011111 1100 111010 0 1101 100100000 1000011 111110

Color Harmonies of #C55DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55DDF

Black with #C55DDF

Text Example


Text Example

White with #C55DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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