Html Css Color HEX #C55EEE Medium Orchid

📋 copy color: '#C55EEE'

red 197 ◦ green 94 ◦ blue 238

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

Shades of Medium Orchid #C55EEE

Tints of Medium Orchid #C55EEE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.77%

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

R = 37.24%
G = 17.77%
B = 44.99%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C55EEE (or 0xC55EEE) is known color: Medium Orchid. HEX triplet: C5, 5E and EE. RGB value is (197,94,238). Sum of RGB (Red+Green+Blue) = 197+94+238=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 94 (37.11% from 255 or 17.77% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #C55EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55EEE is #3AA111. Grayscale: #8C8C8C. Windows color (decimal): -3842322 or 15621829. OLE color: 15621829.

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

Color convert

RGB 197 94 238 -
CMYK 0.17 0.61 0 0.07
HSL 282.92º 0.81% 0.65% -
HSV(B) 282.92º 0.61% 0.93% -
XYZ 42.46 26.05 83.68 -
YUV 141.21 182.62 167.79 -
System Red Green Blue C M Y K H S L
Decimal 197 94 238 0.17 0.61 0 0.07 282.92 0.81 0.65
Hex C5 5E EE 11 3D 0 7 11B 51 41
Octal 305 136 356 21 75 0 7 433 121 101
Binary 11000101 1011110 11101110 10001 111101 0 111 100011011 1010001 1000001

Color Harmonies of #C55EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55EEE

Black with #C55EEE

Text Example


Text Example

White with #C55EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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