Html Css Color HEX #D785D0 Orchid

📋 copy color: '#D785D0'

red 215 ◦ green 133 ◦ blue 208

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

Shades of Orchid #D785D0

Tints of Orchid #D785D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.41%

R = 38.67%
G = 23.92%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D785D0 (or 0xD785D0) is known color: Orchid. HEX triplet: D7, 85 and D0. RGB value is (215,133,208). Sum of RGB (Red+Green+Blue) = 215+133+208=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 215 - color contains mainly: red. Hex color #D785D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D785D0 is #287A2F. Grayscale: #A5A5A5. Windows color (decimal): -2652720 or 13665751. OLE color: 13665751.

HSL color Cylindrical-coordinate representation of color #D785D0: hue angle of 305.12º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D785D0 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 133 208 -
CMYK 0 0.38 0.03 0.16
HSL 305.12º 0.51% 0.68% -
HSV(B) 305.12º 0.38% 0.84% -
XYZ 47.8 35.78 64.06 -
YUV 166.07 151.67 162.9 -
System Red Green Blue C M Y K H S L
Decimal 215 133 208 0 0.38 0.03 0.16 305.12 0.51 0.68
Hex D7 85 D0 0 26 3 10 131 33 44
Octal 327 205 320 0 46 3 20 461 63 104
Binary 11010111 10000101 11010000 0 100110 11 10000 100110001 110011 1000100

Color Harmonies of #D785D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D785D0

Black with #D785D0

Text Example


Text Example

White with #D785D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D785D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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