Html Css Color HEX #D787CF Orchid

📋 copy color: '#D787CF'

red 215 ◦ green 135 ◦ blue 207

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

Shades of Orchid #D787CF

Tints of Orchid #D787CF

RGB

 RED value IS 215 (84.38% from 255) = 38.6%

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

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

R = 38.6%
G = 24.24%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D787CF (or 0xD787CF) is known color: Orchid. HEX triplet: D7, 87 and CF. RGB value is (215,135,207). Sum of RGB (Red+Green+Blue) = 215+135+207=557 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.60% from 557); Green value is 135 (53.12% from 255 or 24.24% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 215 - color contains mainly: red. Hex color #D787CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D787CF is #287830. Grayscale: #A6A6A6. Windows color (decimal): -2652209 or 13600727. OLE color: 13600727.

HSL color Cylindrical-coordinate representation of color #D787CF: hue angle of 306º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D787CF is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 135 207 -
CMYK 0 0.37 0.04 0.16
HSL 306º 0.5% 0.69% -
HSV(B) 306º 0.37% 0.84% -
XYZ 47.95 36.28 63.51 -
YUV 167.13 150.5 162.15 -
System Red Green Blue C M Y K H S L
Decimal 215 135 207 0 0.37 0.04 0.16 306 0.5 0.69
Hex D7 87 CF 0 25 4 10 132 32 45
Octal 327 207 317 0 45 4 20 462 62 105
Binary 11010111 10000111 11001111 0 100101 100 10000 100110010 110010 1000101

Color Harmonies of #D787CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D787CF

Black with #D787CF

Text Example


Text Example

White with #D787CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D787CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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