Html Css Color HEX #D785DF Orchid

📋 copy color: '#D785DF'

red 215 ◦ green 133 ◦ blue 223

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

Shades of Orchid #D785DF

Tints of Orchid #D785DF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.29%

 BLUE value IS 223 (87.5% from 255) = 39.05%

R = 37.65%
G = 23.29%
B = 39.05%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D785DF (or 0xD785DF) is known color: Orchid. HEX triplet: D7, 85 and DF. RGB value is (215,133,223). Sum of RGB (Red+Green+Blue) = 215+133+223=571 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.65% from 571); Green value is 133 (52.34% from 255 or 23.29% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #D785DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D785DF is #287A20. Grayscale: #A7A7A7. Windows color (decimal): -2652705 or 14648791. OLE color: 14648791.

HSL color Cylindrical-coordinate representation of color #D785DF: hue angle of 294.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D785DF is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 133 223 -
CMYK 0.04 0.40 0 0.13
HSL 294.67º 0.58% 0.7% -
HSV(B) 294.67º 0.4% 0.87% -
XYZ 49.73 36.55 74.25 -
YUV 167.78 159.17 161.68 -
System Red Green Blue C M Y K H S L
Decimal 215 133 223 0.04 0.40 0 0.13 294.67 0.58 0.7
Hex D7 85 DF 4 28 0 D 127 3A 46
Octal 327 205 337 4 50 0 15 447 72 106
Binary 11010111 10000101 11011111 100 101000 0 1101 100100111 111010 1000110

Color Harmonies of #D785DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D785DF

Black with #D785DF

Text Example


Text Example

White with #D785DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D785DF; }

 p { color: rgb(215,133,223); }

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

background-color css

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

 a { background-color: rgb(215,133,223); }

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

border-color css

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

 span { border-color: rgb(215,133,223); }

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