Html Css Color HEX #C55ADA Medium Orchid

📋 copy color: '#C55ADA'

red 197 ◦ green 90 ◦ blue 218

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

Shades of Medium Orchid #C55ADA

Tints of Medium Orchid #C55ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.17%

R = 39.01%
G = 17.82%
B = 43.17%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C55ADA (or 0xC55ADA) is known color: Medium Orchid. HEX triplet: C5, 5A and DA. RGB value is (197,90,218). Sum of RGB (Red+Green+Blue) = 197+90+218=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 90 (35.55% from 255 or 17.82% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #C55ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55ADA is #3AA525. Grayscale: #888888. Windows color (decimal): -3843366 or 14310085. OLE color: 14310085.

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

Color convert

RGB 197 90 218 -
CMYK 0.10 0.59 0 0.15
HSL 290.16º 0.63% 0.6% -
HSV(B) 290.16º 0.59% 0.85% -
XYZ 39.34 24.24 68.94 -
YUV 136.59 173.95 171.09 -
System Red Green Blue C M Y K H S L
Decimal 197 90 218 0.10 0.59 0 0.15 290.16 0.63 0.6
Hex C5 5A DA A 3B 0 F 122 3F 3C
Octal 305 132 332 12 73 0 17 442 77 74
Binary 11000101 1011010 11011010 1010 111011 0 1111 100100010 111111 111100

Color Harmonies of #C55ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55ADA

Black with #C55ADA

Text Example


Text Example

White with #C55ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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