Html Css Color HEX #C460D3 Medium Orchid

📋 copy color: '#C460D3'

red 196 ◦ green 96 ◦ blue 211

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

Shades of Medium Orchid #C460D3

Tints of Medium Orchid #C460D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 41.95%

R = 38.97%
G = 19.09%
B = 41.95%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C460D3 (or 0xC460D3) is known color: Medium Orchid. HEX triplet: C4, 60 and D3. RGB value is (196,96,211). Sum of RGB (Red+Green+Blue) = 196+96+211=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 96 (37.89% from 255 or 19.09% from 503); Blue value is 211 (82.81% from 255 or 41.95% from 503); Max value from RGB is 211 - color contains mainly: blue. Hex color #C460D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C460D3 is #3B9F2C. Grayscale: #8A8A8A. Windows color (decimal): -3907373 or 13852868. OLE color: 13852868.

HSL color Cylindrical-coordinate representation of color #C460D3: hue angle of 292.17º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C460D3 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 196 96 211 -
CMYK 0.07 0.55 0 0.17
HSL 292.17º 0.57% 0.6% -
HSV(B) 292.17º 0.55% 0.83% -
XYZ 38.71 24.8 64.38 -
YUV 139.01 168.63 168.65 -
System Red Green Blue C M Y K H S L
Decimal 196 96 211 0.07 0.55 0 0.17 292.17 0.57 0.6
Hex C4 60 D3 7 37 0 11 124 39 3C
Octal 304 140 323 7 67 0 21 444 71 74
Binary 11000100 1100000 11010011 111 110111 0 10001 100100100 111001 111100

Color Harmonies of #C460D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C460D3

Black with #C460D3

Text Example


Text Example

White with #C460D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C460D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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