Html Css Color HEX #C55ADE Medium Orchid

📋 copy color: '#C55ADE'

red 197 ◦ green 90 ◦ blue 222

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

Shades of Medium Orchid #C55ADE

Tints of Medium Orchid #C55ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.61%

R = 38.7%
G = 17.68%
B = 43.61%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C55ADE (or 0xC55ADE) is known color: Medium Orchid. HEX triplet: C5, 5A and DE. RGB value is (197,90,222). Sum of RGB (Red+Green+Blue) = 197+90+222=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 90 (35.55% from 255 or 17.68% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #C55ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55ADE is #3AA521. Grayscale: #888888. Windows color (decimal): -3843362 or 14572229. OLE color: 14572229.

HSL color Cylindrical-coordinate representation of color #C55ADE: hue angle of 288.64º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C55ADE is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 90 222 -
CMYK 0.11 0.59 0 0.13
HSL 288.64º 0.67% 0.61% -
HSV(B) 288.64º 0.59% 0.87% -
XYZ 39.87 24.46 71.73 -
YUV 137.04 175.95 170.77 -
System Red Green Blue C M Y K H S L
Decimal 197 90 222 0.11 0.59 0 0.13 288.64 0.67 0.61
Hex C5 5A DE B 3B 0 D 121 43 3D
Octal 305 132 336 13 73 0 15 441 103 75
Binary 11000101 1011010 11011110 1011 111011 0 1101 100100001 1000011 111101

Color Harmonies of #C55ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55ADE

Black with #C55ADE

Text Example


Text Example

White with #C55ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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