Html Css Color HEX #D085DB Orchid

📋 copy color: '#D085DB'

red 208 ◦ green 133 ◦ blue 219

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

Shades of Orchid #D085DB

Tints of Orchid #D085DB

RGB

 RED value IS 208 (81.64% from 255) = 37.14%

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

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

R = 37.14%
G = 23.75%
B = 39.11%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D085DB (or 0xD085DB) is known color: Orchid. HEX triplet: D0, 85 and DB. RGB value is (208,133,219). Sum of RGB (Red+Green+Blue) = 208+133+219=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 133 (52.34% from 255 or 23.75% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #D085DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D085DB is #2F7A24. Grayscale: #A4A4A4. Windows color (decimal): -3111461 or 14386640. OLE color: 14386640.

HSL color Cylindrical-coordinate representation of color #D085DB: hue angle of 292.33º 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 #D085DB is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 133 219 -
CMYK 0.05 0.39 0 0.14
HSL 292.33º 0.54% 0.69% -
HSV(B) 292.33º 0.39% 0.86% -
XYZ 47.19 35.3 71.34 -
YUV 165.23 158.35 158.51 -
System Red Green Blue C M Y K H S L
Decimal 208 133 219 0.05 0.39 0 0.14 292.33 0.54 0.69
Hex D0 85 DB 5 27 0 E 124 36 45
Octal 320 205 333 5 47 0 16 444 66 105
Binary 11010000 10000101 11011011 101 100111 0 1110 100100100 110110 1000101

Color Harmonies of #D085DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D085DB

Black with #D085DB

Text Example


Text Example

White with #D085DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D085DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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