Html Css Color HEX #D460D3 Orchid

📋 copy color: '#D460D3'

red 212 ◦ green 96 ◦ blue 211

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

Shades of Orchid #D460D3

Tints of Orchid #D460D3

RGB

 RED value IS 212 (83.2% from 255) = 40.85%

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

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

R = 40.85%
G = 18.5%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.00

 K value IS 0.17

RGB Variations

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

Color information

#D460D3 (or 0xD460D3) is known color: Orchid. HEX triplet: D4, 60 and D3. RGB value is (212,96,211). Sum of RGB (Red+Green+Blue) = 212+96+211=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 96 (37.89% from 255 or 18.50% from 519); Blue value is 211 (82.81% from 255 or 40.66% from 519); Max value from RGB is 212 - color contains mainly: red. Hex color #D460D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D460D3 is #2B9F2C. Grayscale: #8F8F8F. Windows color (decimal): -2858797 or 13852884. OLE color: 13852884.

HSL color Cylindrical-coordinate representation of color #D460D3: hue angle of 300.52º 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 #D460D3 is Cyan = 0, Magento = 0.55, Yellow = 0.00 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 96 211 -
CMYK 0 0.55 0.00 0.17
HSL 300.52º 0.57% 0.6% -
HSV(B) 300.52º 0.55% 0.83% -
XYZ 43.09 27.07 64.58 -
YUV 143.79 165.93 176.65 -
System Red Green Blue C M Y K H S L
Decimal 212 96 211 0 0.55 0.00 0.17 300.52 0.57 0.6
Hex D4 60 D3 0 37 0 11 12D 39 3C
Octal 324 140 323 0 67 0 21 455 71 74
Binary 11010100 1100000 11010011 0 110111 0 10001 100101101 111001 111100

Color Harmonies of #D460D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D460D3

Black with #D460D3

Text Example


Text Example

White with #D460D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D460D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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