Html Css Color HEX #D460D8 Orchid

📋 copy color: '#D460D8'

red 212 ◦ green 96 ◦ blue 216

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

Shades of Orchid #D460D8

Tints of Orchid #D460D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.22%

R = 40.46%
G = 18.32%
B = 41.22%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D460D8 (or 0xD460D8) is known color: Orchid. HEX triplet: D4, 60 and D8. RGB value is (212,96,216). Sum of RGB (Red+Green+Blue) = 212+96+216=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 216 (84.77% from 255 or 41.22% from 524); Max value from RGB is 216 - color contains mainly: blue. Hex color #D460D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D460D8 is #2B9F27. Grayscale: #909090. Windows color (decimal): -2858792 or 14180564. OLE color: 14180564.

HSL color Cylindrical-coordinate representation of color #D460D8: hue angle of 298º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D460D8 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 96 216 -
CMYK 0.02 0.56 0 0.15
HSL 298º 0.61% 0.61% -
HSV(B) 298º 0.56% 0.85% -
XYZ 43.73 27.32 67.93 -
YUV 144.36 168.43 176.24 -
System Red Green Blue C M Y K H S L
Decimal 212 96 216 0.02 0.56 0 0.15 298 0.61 0.61
Hex D4 60 D8 2 38 0 F 12A 3D 3D
Octal 324 140 330 2 70 0 17 452 75 75
Binary 11010100 1100000 11011000 10 111000 0 1111 100101010 111101 111101

Color Harmonies of #D460D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D460D8

Black with #D460D8

Text Example


Text Example

White with #D460D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D460D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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