Html Css Color HEX #C55AED Medium Orchid

📋 copy color: '#C55AED'

red 197 ◦ green 90 ◦ blue 237

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

Shades of Medium Orchid #C55AED

Tints of Medium Orchid #C55AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.23%

R = 37.6%
G = 17.18%
B = 45.23%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C55AED (or 0xC55AED) is known color: Medium Orchid. HEX triplet: C5, 5A and ED. RGB value is (197,90,237). Sum of RGB (Red+Green+Blue) = 197+90+237=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 90 (35.55% from 255 or 17.18% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #C55AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55AED is #3AA512. Grayscale: #8A8A8A. Windows color (decimal): -3843347 or 15555269. OLE color: 15555269.

HSL color Cylindrical-coordinate representation of color #C55AED: hue angle of 283.67º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C55AED is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 90 237 -
CMYK 0.17 0.62 0 0.07
HSL 283.67º 0.8% 0.64% -
HSV(B) 283.67º 0.62% 0.93% -
XYZ 41.97 25.3 82.79 -
YUV 138.75 183.45 169.55 -
System Red Green Blue C M Y K H S L
Decimal 197 90 237 0.17 0.62 0 0.07 283.67 0.8 0.64
Hex C5 5A ED 11 3E 0 7 11C 50 40
Octal 305 132 355 21 76 0 7 434 120 100
Binary 11000101 1011010 11101101 10001 111110 0 111 100011100 1010000 1000000

Color Harmonies of #C55AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55AED

Black with #C55AED

Text Example


Text Example

White with #C55AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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