Html Css Color HEX #C55EED Medium Orchid

📋 copy color: '#C55EED'

red 197 ◦ green 94 ◦ blue 237

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

Shades of Medium Orchid #C55EED

Tints of Medium Orchid #C55EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.89%

R = 37.31%
G = 17.8%
B = 44.89%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C55EED (or 0xC55EED) is known color: Medium Orchid. HEX triplet: C5, 5E and ED. RGB value is (197,94,237). Sum of RGB (Red+Green+Blue) = 197+94+237=528 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.31% from 528); Green value is 94 (37.11% from 255 or 17.80% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #C55EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55EED is #3AA112. Grayscale: #8C8C8C. Windows color (decimal): -3842323 or 15556293. OLE color: 15556293.

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

Color convert

RGB 197 94 237 -
CMYK 0.17 0.60 0 0.07
HSL 283.22º 0.8% 0.65% -
HSV(B) 283.22º 0.6% 0.93% -
XYZ 42.31 25.99 82.91 -
YUV 141.1 182.12 167.87 -
System Red Green Blue C M Y K H S L
Decimal 197 94 237 0.17 0.60 0 0.07 283.22 0.8 0.65
Hex C5 5E ED 11 3C 0 7 11B 50 41
Octal 305 136 355 21 74 0 7 433 120 101
Binary 11000101 1011110 11101101 10001 111100 0 111 100011011 1010000 1000001

Color Harmonies of #C55EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55EED

Black with #C55EED

Text Example


Text Example

White with #C55EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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