Html Css Color HEX #C55EDE Medium Orchid

📋 copy color: '#C55EDE'

red 197 ◦ green 94 ◦ blue 222

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

Shades of Medium Orchid #C55EDE

Tints of Medium Orchid #C55EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.27%

R = 38.4%
G = 18.32%
B = 43.27%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C55EDE (or 0xC55EDE) is known color: Medium Orchid. HEX triplet: C5, 5E and DE. RGB value is (197,94,222). Sum of RGB (Red+Green+Blue) = 197+94+222=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 94 (37.11% from 255 or 18.32% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 222 - color contains mainly: blue. Hex color #C55EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55EDE is #3AA121. Grayscale: #8A8A8A. Windows color (decimal): -3842338 or 14573253. OLE color: 14573253.

HSL color Cylindrical-coordinate representation of color #C55EDE: hue angle of 288.28º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C55EDE is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 94 222 -
CMYK 0.11 0.58 0 0.13
HSL 288.28º 0.66% 0.62% -
HSV(B) 288.28º 0.58% 0.87% -
XYZ 40.21 25.15 71.84 -
YUV 139.39 174.62 169.09 -
System Red Green Blue C M Y K H S L
Decimal 197 94 222 0.11 0.58 0 0.13 288.28 0.66 0.62
Hex C5 5E DE B 3A 0 D 120 42 3E
Octal 305 136 336 13 72 0 15 440 102 76
Binary 11000101 1011110 11011110 1011 111010 0 1101 100100000 1000010 111110

Color Harmonies of #C55EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55EDE

Black with #C55EDE

Text Example


Text Example

White with #C55EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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