Html Css Color HEX #D487CD Orchid

📋 copy color: '#D487CD'

red 212 ◦ green 135 ◦ blue 205

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

Shades of Orchid #D487CD

Tints of Orchid #D487CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.14%

R = 38.41%
G = 24.46%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D487CD (or 0xD487CD) is known color: Orchid. HEX triplet: D4, 87 and CD. RGB value is (212,135,205). Sum of RGB (Red+Green+Blue) = 212+135+205=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 135 (53.12% from 255 or 24.46% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 212 - color contains mainly: red. Hex color #D487CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D487CD is #2B7832. Grayscale: #A5A5A5. Windows color (decimal): -2848819 or 13469652. OLE color: 13469652.

HSL color Cylindrical-coordinate representation of color #D487CD: hue angle of 305.45º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D487CD is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 135 205 -
CMYK 0 0.36 0.03 0.17
HSL 305.45º 0.47% 0.68% -
HSV(B) 305.45º 0.36% 0.83% -
XYZ 46.83 35.73 62.19 -
YUV 166 150.01 160.81 -
System Red Green Blue C M Y K H S L
Decimal 212 135 205 0 0.36 0.03 0.17 305.45 0.47 0.68
Hex D4 87 CD 0 24 3 11 131 2F 44
Octal 324 207 315 0 44 3 21 461 57 104
Binary 11010100 10000111 11001101 0 100100 11 10001 100110001 101111 1000100

Color Harmonies of #D487CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D487CD

Black with #D487CD

Text Example


Text Example

White with #D487CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D487CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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