Html Css Color HEX #C464EF Medium Orchid

📋 copy color: '#C464EF'

red 196 ◦ green 100 ◦ blue 239

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

Shades of Medium Orchid #C464EF

Tints of Medium Orchid #C464EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.67%

R = 36.64%
G = 18.69%
B = 44.67%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C464EF (or 0xC464EF) is known color: Medium Orchid. HEX triplet: C4, 64 and EF. RGB value is (196,100,239). Sum of RGB (Red+Green+Blue) = 196+100+239=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 100 (39.45% from 255 or 18.69% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #C464EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C464EF is #3B9B10. Grayscale: #909090. Windows color (decimal): -3906321 or 15688900. OLE color: 15688900.

HSL color Cylindrical-coordinate representation of color #C464EF: hue angle of 281.44º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C464EF is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 196 100 239 -
CMYK 0.18 0.58 0 0.06
HSL 281.44º 0.81% 0.66% -
HSV(B) 281.44º 0.58% 0.94% -
XYZ 42.9 27.08 84.63 -
YUV 144.55 181.3 164.7 -
System Red Green Blue C M Y K H S L
Decimal 196 100 239 0.18 0.58 0 0.06 281.44 0.81 0.66
Hex C4 64 EF 12 3A 0 6 119 51 42
Octal 304 144 357 22 72 0 6 431 121 102
Binary 11000100 1100100 11101111 10010 111010 0 110 100011001 1010001 1000010

Color Harmonies of #C464EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C464EF

Black with #C464EF

Text Example


Text Example

White with #C464EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C464EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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