Html Css Color HEX #D387CF Orchid

📋 copy color: '#D387CF'

red 211 ◦ green 135 ◦ blue 207

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

Shades of Orchid #D387CF

Tints of Orchid #D387CF

RGB

 RED value IS 211 (82.81% from 255) = 38.16%

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

 BLUE value IS 207 (81.25% from 255) = 37.43%

R = 38.16%
G = 24.41%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D387CF (or 0xD387CF) is known color: Orchid. HEX triplet: D3, 87 and CF. RGB value is (211,135,207). Sum of RGB (Red+Green+Blue) = 211+135+207=553 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.16% from 553); Green value is 135 (53.12% from 255 or 24.41% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 211 - color contains mainly: red. Hex color #D387CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D387CF is #2C7830. Grayscale: #A5A5A5. Windows color (decimal): -2914353 or 13600723. OLE color: 13600723.

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

Color convert

RGB 211 135 207 -
CMYK 0 0.36 0.02 0.17
HSL 303.16º 0.46% 0.68% -
HSV(B) 303.16º 0.36% 0.83% -
XYZ 46.79 35.68 63.45 -
YUV 165.93 151.18 160.15 -
System Red Green Blue C M Y K H S L
Decimal 211 135 207 0 0.36 0.02 0.17 303.16 0.46 0.68
Hex D3 87 CF 0 24 2 11 12F 2E 44
Octal 323 207 317 0 44 2 21 457 56 104
Binary 11010011 10000111 11001111 0 100100 10 10001 100101111 101110 1000100

Color Harmonies of #D387CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D387CF

Black with #D387CF

Text Example


Text Example

White with #D387CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D387CF; }

 p { color: rgb(211,135,207); }

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

background-color css

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

 a { background-color: rgb(211,135,207); }

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

border-color css

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

 span { border-color: rgb(211,135,207); }

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