Html Css Color HEX #C55AEB Medium Orchid

📋 copy color: '#C55AEB'

red 197 ◦ green 90 ◦ blue 235

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

Shades of Medium Orchid #C55AEB

Tints of Medium Orchid #C55AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.02%

R = 37.74%
G = 17.24%
B = 45.02%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C55AEB (or 0xC55AEB) is known color: Medium Orchid. HEX triplet: C5, 5A and EB. RGB value is (197,90,235). Sum of RGB (Red+Green+Blue) = 197+90+235=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 90 (35.55% from 255 or 17.24% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #C55AEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55AEB is #3AA514. Grayscale: #8A8A8A. Windows color (decimal): -3843349 or 15424197. OLE color: 15424197.

HSL color Cylindrical-coordinate representation of color #C55AEB: hue angle of 284.28º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C55AEB is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 90 235 -
CMYK 0.16 0.62 0 0.08
HSL 284.28º 0.78% 0.64% -
HSV(B) 284.28º 0.62% 0.92% -
XYZ 41.68 25.18 81.26 -
YUV 138.52 182.45 169.71 -
System Red Green Blue C M Y K H S L
Decimal 197 90 235 0.16 0.62 0 0.08 284.28 0.78 0.64
Hex C5 5A EB 10 3E 0 8 11C 4E 40
Octal 305 132 353 20 76 0 10 434 116 100
Binary 11000101 1011010 11101011 10000 111110 0 1000 100011100 1001110 1000000

Color Harmonies of #C55AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55AEB

Black with #C55AEB

Text Example


Text Example

White with #C55AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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