Html Css Color HEX #C464EA Medium Orchid

📋 copy color: '#C464EA'

red 196 ◦ green 100 ◦ blue 234

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

Shades of Medium Orchid #C464EA

Tints of Medium Orchid #C464EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.15%

R = 36.98%
G = 18.87%
B = 44.15%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C464EA (or 0xC464EA) is known color: Medium Orchid. HEX triplet: C4, 64 and EA. RGB value is (196,100,234). Sum of RGB (Red+Green+Blue) = 196+100+234=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 100 (39.45% from 255 or 18.87% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #C464EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C464EA is #3B9B15. Grayscale: #8F8F8F. Windows color (decimal): -3906326 or 15361220. OLE color: 15361220.

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

Color convert

RGB 196 100 234 -
CMYK 0.16 0.57 0 0.08
HSL 282.99º 0.76% 0.65% -
HSV(B) 282.99º 0.57% 0.92% -
XYZ 42.17 26.79 80.79 -
YUV 143.98 178.8 165.1 -
System Red Green Blue C M Y K H S L
Decimal 196 100 234 0.16 0.57 0 0.08 282.99 0.76 0.65
Hex C4 64 EA 10 39 0 8 11B 4C 41
Octal 304 144 352 20 71 0 10 433 114 101
Binary 11000100 1100100 11101010 10000 111001 0 1000 100011011 1001100 1000001

Color Harmonies of #C464EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C464EA

Black with #C464EA

Text Example


Text Example

White with #C464EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C464EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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