Html Css Color HEX #D487DE Orchid

📋 copy color: '#D487DE'

red 212 ◦ green 135 ◦ blue 222

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

Shades of Orchid #D487DE

Tints of Orchid #D487DE

RGB

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

 GREEN value IS 135 (53.13% from 255) = 23.73%

 BLUE value IS 222 (87.11% from 255) = 39.02%

R = 37.26%
G = 23.73%
B = 39.02%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D487DE (or 0xD487DE) is known color: Orchid. HEX triplet: D4, 87 and DE. RGB value is (212,135,222). Sum of RGB (Red+Green+Blue) = 212+135+222=569 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.26% from 569); Green value is 135 (53.12% from 255 or 23.73% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #D487DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D487DE is #2B7821. Grayscale: #A7A7A7. Windows color (decimal): -2848802 or 14583764. OLE color: 14583764.

HSL color Cylindrical-coordinate representation of color #D487DE: hue angle of 293.1º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D487DE is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 135 222 -
CMYK 0.05 0.39 0 0.13
HSL 293.1º 0.57% 0.7% -
HSV(B) 293.1º 0.39% 0.87% -
XYZ 49 36.6 73.59 -
YUV 167.94 158.51 159.43 -
System Red Green Blue C M Y K H S L
Decimal 212 135 222 0.05 0.39 0 0.13 293.1 0.57 0.7
Hex D4 87 DE 5 27 0 D 125 39 46
Octal 324 207 336 5 47 0 15 445 71 106
Binary 11010100 10000111 11011110 101 100111 0 1101 100100101 111001 1000110

Color Harmonies of #D487DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D487DE

Black with #D487DE

Text Example


Text Example

White with #D487DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D487DE; }

 p { color: rgb(212,135,222); }

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

background-color css

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

 a { background-color: rgb(212,135,222); }

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

border-color css

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

 span { border-color: rgb(212,135,222); }

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