Html Css Color HEX #D487CB Orchid

📋 copy color: '#D487CB'

red 212 ◦ green 135 ◦ blue 203

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

Shades of Orchid #D487CB

Tints of Orchid #D487CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.91%

R = 38.55%
G = 24.55%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D487CB (or 0xD487CB) is known color: Orchid. HEX triplet: D4, 87 and CB. RGB value is (212,135,203). Sum of RGB (Red+Green+Blue) = 212+135+203=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 135 (53.12% from 255 or 24.55% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 212 - color contains mainly: red. Hex color #D487CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D487CB is #2B7834. Grayscale: #A5A5A5. Windows color (decimal): -2848821 or 13338580. OLE color: 13338580.

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

Color convert

RGB 212 135 203 -
CMYK 0 0.36 0.04 0.17
HSL 307.01º 0.47% 0.68% -
HSV(B) 307.01º 0.36% 0.83% -
XYZ 46.59 35.64 60.92 -
YUV 165.78 149.01 160.97 -
System Red Green Blue C M Y K H S L
Decimal 212 135 203 0 0.36 0.04 0.17 307.01 0.47 0.68
Hex D4 87 CB 0 24 4 11 133 2F 44
Octal 324 207 313 0 44 4 21 463 57 104
Binary 11010100 10000111 11001011 0 100100 100 10001 100110011 101111 1000100

Color Harmonies of #D487CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D487CB

Black with #D487CB

Text Example


Text Example

White with #D487CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D487CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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