Html Css Color HEX #D785DB Orchid

📋 copy color: '#D785DB'

red 215 ◦ green 133 ◦ blue 219

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

Shades of Orchid #D785DB

Tints of Orchid #D785DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.62%

R = 37.92%
G = 23.46%
B = 38.62%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D785DB (or 0xD785DB) is known color: Orchid. HEX triplet: D7, 85 and DB. RGB value is (215,133,219). Sum of RGB (Red+Green+Blue) = 215+133+219=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 133 (52.34% from 255 or 23.46% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #D785DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D785DB is #287A24. Grayscale: #A7A7A7. Windows color (decimal): -2652709 or 14386647. OLE color: 14386647.

HSL color Cylindrical-coordinate representation of color #D785DB: hue angle of 297.21º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D785DB is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 133 219 -
CMYK 0.02 0.39 0 0.14
HSL 297.21º 0.54% 0.69% -
HSV(B) 297.21º 0.39% 0.86% -
XYZ 49.2 36.34 71.44 -
YUV 167.32 157.17 162.01 -
System Red Green Blue C M Y K H S L
Decimal 215 133 219 0.02 0.39 0 0.14 297.21 0.54 0.69
Hex D7 85 DB 2 27 0 E 129 36 45
Octal 327 205 333 2 47 0 16 451 66 105
Binary 11010111 10000101 11011011 10 100111 0 1110 100101001 110110 1000101

Color Harmonies of #D785DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D785DB

Black with #D785DB

Text Example


Text Example

White with #D785DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D785DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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