Html Css Color HEX #C55AEA Medium Orchid

📋 copy color: '#C55AEA'

red 197 ◦ green 90 ◦ blue 234

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

Shades of Medium Orchid #C55AEA

Tints of Medium Orchid #C55AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.91%

R = 37.81%
G = 17.27%
B = 44.91%

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

#C55AEA (or 0xC55AEA) is known color: Medium Orchid. HEX triplet: C5, 5A and EA. RGB value is (197,90,234). Sum of RGB (Red+Green+Blue) = 197+90+234=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 90 (35.55% from 255 or 17.27% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #C55AEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55AEA is #3AA515. Grayscale: #898989. Windows color (decimal): -3843350 or 15358661. OLE color: 15358661.

HSL color Cylindrical-coordinate representation of color #C55AEA: hue angle of 284.58º degrees, saturation: 0.77, 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 #C55AEA is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 90 234 -
CMYK 0.16 0.62 0 0.08
HSL 284.58º 0.77% 0.64% -
HSV(B) 284.58º 0.62% 0.92% -
XYZ 41.53 25.12 80.5 -
YUV 138.41 181.95 169.79 -
System Red Green Blue C M Y K H S L
Decimal 197 90 234 0.16 0.62 0 0.08 284.58 0.77 0.64
Hex C5 5A EA 10 3E 0 8 11D 4D 40
Octal 305 132 352 20 76 0 10 435 115 100
Binary 11000101 1011010 11101010 10000 111110 0 1000 100011101 1001101 1000000

Color Harmonies of #C55AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55AEA

Black with #C55AEA

Text Example


Text Example

White with #C55AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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