Html Css Color HEX #C463EB Medium Orchid

📋 copy color: '#C463EB'

red 196 ◦ green 99 ◦ blue 235

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

Shades of Medium Orchid #C463EB

Tints of Medium Orchid #C463EB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.68%

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

R = 36.98%
G = 18.68%
B = 44.34%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C463EB (or 0xC463EB) is known color: Medium Orchid. HEX triplet: C4, 63 and EB. RGB value is (196,99,235). Sum of RGB (Red+Green+Blue) = 196+99+235=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 99 (39.06% from 255 or 18.68% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #C463EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C463EB is #3B9C14. Grayscale: #8F8F8F. Windows color (decimal): -3906581 or 15426500. OLE color: 15426500.

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

Color convert

RGB 196 99 235 -
CMYK 0.17 0.58 0 0.08
HSL 282.79º 0.77% 0.65% -
HSV(B) 282.79º 0.58% 0.92% -
XYZ 42.22 26.66 81.52 -
YUV 143.51 179.64 165.44 -
System Red Green Blue C M Y K H S L
Decimal 196 99 235 0.17 0.58 0 0.08 282.79 0.77 0.65
Hex C4 63 EB 11 3A 0 8 11B 4D 41
Octal 304 143 353 21 72 0 10 433 115 101
Binary 11000100 1100011 11101011 10001 111010 0 1000 100011011 1001101 1000001

Color Harmonies of #C463EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C463EB

Black with #C463EB

Text Example


Text Example

White with #C463EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C463EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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