Html Css Color HEX #D085DD Orchid

📋 copy color: '#D085DD'

red 208 ◦ green 133 ◦ blue 221

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

Shades of Orchid #D085DD

Tints of Orchid #D085DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.32%

R = 37.01%
G = 23.67%
B = 39.32%

CMYK

 C value IS 0.06

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D085DD (or 0xD085DD) is known color: Orchid. HEX triplet: D0, 85 and DD. RGB value is (208,133,221). Sum of RGB (Red+Green+Blue) = 208+133+221=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #D085DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D085DD is #2F7A22. Grayscale: #A5A5A5. Windows color (decimal): -3111459 or 14517712. OLE color: 14517712.

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

Color convert

RGB 208 133 221 -
CMYK 0.06 0.40 0 0.13
HSL 291.14º 0.56% 0.69% -
HSV(B) 291.14º 0.4% 0.87% -
XYZ 47.45 35.41 72.74 -
YUV 165.46 159.35 158.34 -
System Red Green Blue C M Y K H S L
Decimal 208 133 221 0.06 0.40 0 0.13 291.14 0.56 0.69
Hex D0 85 DD 6 28 0 D 123 38 45
Octal 320 205 335 6 50 0 15 443 70 105
Binary 11010000 10000101 11011101 110 101000 0 1101 100100011 111000 1000101

Color Harmonies of #D085DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D085DD

Black with #D085DD

Text Example


Text Example

White with #D085DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D085DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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