Html Css Color HEX #C55AEE Medium Orchid

📋 copy color: '#C55AEE'

red 197 ◦ green 90 ◦ blue 238

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

Shades of Medium Orchid #C55AEE

Tints of Medium Orchid #C55AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.33%

R = 37.52%
G = 17.14%
B = 45.33%

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

#C55AEE (or 0xC55AEE) is known color: Medium Orchid. HEX triplet: C5, 5A and EE. RGB value is (197,90,238). Sum of RGB (Red+Green+Blue) = 197+90+238=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 90 (35.55% from 255 or 17.14% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #C55AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55AEE is #3AA511. Grayscale: #8A8A8A. Windows color (decimal): -3843346 or 15620805. OLE color: 15620805.

HSL color Cylindrical-coordinate representation of color #C55AEE: hue angle of 283.38º degrees, saturation: 0.81, 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 #C55AEE is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 90 238 -
CMYK 0.17 0.62 0 0.07
HSL 283.38º 0.81% 0.64% -
HSV(B) 283.38º 0.62% 0.93% -
XYZ 42.11 25.36 83.56 -
YUV 138.87 183.95 169.47 -
System Red Green Blue C M Y K H S L
Decimal 197 90 238 0.17 0.62 0 0.07 283.38 0.81 0.64
Hex C5 5A EE 11 3E 0 7 11B 51 40
Octal 305 132 356 21 76 0 7 433 121 100
Binary 11000101 1011010 11101110 10001 111110 0 111 100011011 1010001 1000000

Color Harmonies of #C55AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55AEE

Black with #C55AEE

Text Example


Text Example

White with #C55AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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