Html Css Color HEX #C440EB Medium Orchid

📋 copy color: '#C440EB'

red 196 ◦ green 64 ◦ blue 235

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

Shades of Medium Orchid #C440EB

Tints of Medium Orchid #C440EB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.93%

 BLUE value IS 235 (92.19% from 255) = 47.47%

R = 39.6%
G = 12.93%
B = 47.47%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C440EB (or 0xC440EB) is known color: Medium Orchid. HEX triplet: C4, 40 and EB. RGB value is (196,64,235). Sum of RGB (Red+Green+Blue) = 196+64+235=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 64 (25.39% from 255 or 12.93% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #C440EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C440EB is #3BBF14. Grayscale: #7A7A7A. Windows color (decimal): -3915541 or 15417540. OLE color: 15417540.

HSL color Cylindrical-coordinate representation of color #C440EB: hue angle of 286.32º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C440EB is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 64 235 -
CMYK 0.17 0.73 0 0.08
HSL 286.32º 0.81% 0.59% -
HSV(B) 286.32º 0.73% 0.92% -
XYZ 39.59 21.4 80.64 -
YUV 122.96 191.23 180.1 -
System Red Green Blue C M Y K H S L
Decimal 196 64 235 0.17 0.73 0 0.08 286.32 0.81 0.59
Hex C4 40 EB 11 49 0 8 11E 51 3B
Octal 304 100 353 21 111 0 10 436 121 73
Binary 11000100 1000000 11101011 10001 1001001 0 1000 100011110 1010001 111011

Color Harmonies of #C440EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C440EB

Black with #C440EB

Text Example


Text Example

White with #C440EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C440EB; }

 p { color: rgb(196,64,235); }

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

background-color css

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

 a { background-color: rgb(196,64,235); }

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

border-color css

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

 span { border-color: rgb(196,64,235); }

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