Html Css Color HEX #C45EED Medium Orchid

📋 copy color: '#C45EED'

red 196 ◦ green 94 ◦ blue 237

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

Shades of Medium Orchid #C45EED

Tints of Medium Orchid #C45EED

RGB

 RED value IS 196 (76.95% from 255) = 37.19%

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

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

R = 37.19%
G = 17.84%
B = 44.97%

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

#C45EED (or 0xC45EED) is known color: Medium Orchid. HEX triplet: C4, 5E and ED. RGB value is (196,94,237). Sum of RGB (Red+Green+Blue) = 196+94+237=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 94 (37.11% from 255 or 17.84% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #C45EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45EED is #3BA112. Grayscale: #8C8C8C. Windows color (decimal): -3907859 or 15556292. OLE color: 15556292.

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

Color convert

RGB 196 94 237 -
CMYK 0.17 0.60 0 0.07
HSL 282.8º 0.8% 0.65% -
HSV(B) 282.8º 0.6% 0.93% -
XYZ 42.05 25.86 82.89 -
YUV 140.8 182.29 167.37 -
System Red Green Blue C M Y K H S L
Decimal 196 94 237 0.17 0.60 0 0.07 282.8 0.8 0.65
Hex C4 5E ED 11 3C 0 7 11B 50 41
Octal 304 136 355 21 74 0 7 433 120 101
Binary 11000100 1011110 11101101 10001 111100 0 111 100011011 1010000 1000001

Color Harmonies of #C45EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45EED

Black with #C45EED

Text Example


Text Example

White with #C45EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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