Html Css Color HEX #C55ADF Medium Orchid

📋 copy color: '#C55ADF'

red 197 ◦ green 90 ◦ blue 223

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

Shades of Medium Orchid #C55ADF

Tints of Medium Orchid #C55ADF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.65%

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

R = 38.63%
G = 17.65%
B = 43.73%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C55ADF (or 0xC55ADF) is known color: Medium Orchid. HEX triplet: C5, 5A and DF. RGB value is (197,90,223). Sum of RGB (Red+Green+Blue) = 197+90+223=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 90 (35.55% from 255 or 17.65% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #C55ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55ADF is #3AA520. Grayscale: #888888. Windows color (decimal): -3843361 or 14637765. OLE color: 14637765.

HSL color Cylindrical-coordinate representation of color #C55ADF: hue angle of 288.27º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C55ADF is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 90 223 -
CMYK 0.12 0.60 0 0.13
HSL 288.27º 0.68% 0.61% -
HSV(B) 288.27º 0.6% 0.87% -
XYZ 40 24.51 72.43 -
YUV 137.16 176.45 170.69 -
System Red Green Blue C M Y K H S L
Decimal 197 90 223 0.12 0.60 0 0.13 288.27 0.68 0.61
Hex C5 5A DF C 3C 0 D 120 44 3D
Octal 305 132 337 14 74 0 15 440 104 75
Binary 11000101 1011010 11011111 1100 111100 0 1101 100100000 1000100 111101

Color Harmonies of #C55ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55ADF

Black with #C55ADF

Text Example


Text Example

White with #C55ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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