Html Css Color HEX #C464EB Medium Orchid

📋 copy color: '#C464EB'

red 196 ◦ green 100 ◦ blue 235

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

Shades of Medium Orchid #C464EB

Tints of Medium Orchid #C464EB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.83%

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

R = 36.91%
G = 18.83%
B = 44.26%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C464EB (or 0xC464EB) is known color: Medium Orchid. HEX triplet: C4, 64 and EB. RGB value is (196,100,235). Sum of RGB (Red+Green+Blue) = 196+100+235=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 100 (39.45% from 255 or 18.83% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #C464EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C464EB is #3B9B14. Grayscale: #8F8F8F. Windows color (decimal): -3906325 or 15426756. OLE color: 15426756.

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

Color convert

RGB 196 100 235 -
CMYK 0.17 0.57 0 0.08
HSL 282.67º 0.77% 0.66% -
HSV(B) 282.67º 0.57% 0.92% -
XYZ 42.32 26.85 81.55 -
YUV 144.09 179.3 165.02 -
System Red Green Blue C M Y K H S L
Decimal 196 100 235 0.17 0.57 0 0.08 282.67 0.77 0.66
Hex C4 64 EB 11 39 0 8 11B 4D 42
Octal 304 144 353 21 71 0 10 433 115 102
Binary 11000100 1100100 11101011 10001 111001 0 1000 100011011 1001101 1000010

Color Harmonies of #C464EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C464EB

Black with #C464EB

Text Example


Text Example

White with #C464EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C464EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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