Html Css Color HEX #C460E4 Medium Orchid

📋 copy color: '#C460E4'

red 196 ◦ green 96 ◦ blue 228

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

Shades of Medium Orchid #C460E4

Tints of Medium Orchid #C460E4

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.46%

 BLUE value IS 228 (89.45% from 255) = 43.85%

R = 37.69%
G = 18.46%
B = 43.85%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C460E4 (or 0xC460E4) is known color: Medium Orchid. HEX triplet: C4, 60 and E4. RGB value is (196,96,228). Sum of RGB (Red+Green+Blue) = 196+96+228=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 96 (37.89% from 255 or 18.46% from 520); Blue value is 228 (89.45% from 255 or 43.85% from 520); Max value from RGB is 228 - color contains mainly: blue. Hex color #C460E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C460E4 is #3B9F1B. Grayscale: #8C8C8C. Windows color (decimal): -3907356 or 14966980. OLE color: 14966980.

HSL color Cylindrical-coordinate representation of color #C460E4: hue angle of 285.45º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C460E4 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 196 96 228 -
CMYK 0.14 0.58 0 0.11
HSL 285.45º 0.71% 0.64% -
HSV(B) 285.45º 0.58% 0.89% -
XYZ 40.95 25.7 76.2 -
YUV 140.95 177.13 167.27 -
System Red Green Blue C M Y K H S L
Decimal 196 96 228 0.14 0.58 0 0.11 285.45 0.71 0.64
Hex C4 60 E4 E 3A 0 B 11D 47 40
Octal 304 140 344 16 72 0 13 435 107 100
Binary 11000100 1100000 11100100 1110 111010 0 1011 100011101 1000111 1000000

Color Harmonies of #C460E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C460E4

Black with #C460E4

Text Example


Text Example

White with #C460E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C460E4; }

 p { color: rgb(196,96,228); }

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

background-color css

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

 a { background-color: rgb(196,96,228); }

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

border-color css

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

 span { border-color: rgb(196,96,228); }

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