Html Css Color HEX #D089D4 Orchid

📋 copy color: '#D089D4'

red 208 ◦ green 137 ◦ blue 212

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

Shades of Orchid #D089D4

Tints of Orchid #D089D4

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.6%

 BLUE value IS 212 (83.2% from 255) = 38.06%

R = 37.34%
G = 24.6%
B = 38.06%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D089D4 (or 0xD089D4) is known color: Orchid. HEX triplet: D0, 89 and D4. RGB value is (208,137,212). Sum of RGB (Red+Green+Blue) = 208+137+212=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 137 (53.91% from 255 or 24.60% from 557); Blue value is 212 (83.20% from 255 or 38.06% from 557); Max value from RGB is 212 - color contains mainly: blue. Hex color #D089D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D089D4 is #2F762B. Grayscale: #A6A6A6. Windows color (decimal): -3110444 or 13928912. OLE color: 13928912.

HSL color Cylindrical-coordinate representation of color #D089D4: hue angle of 296.8º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D089D4 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 208 137 212 -
CMYK 0.02 0.35 0 0.17
HSL 296.8º 0.47% 0.68% -
HSV(B) 296.8º 0.35% 0.83% -
XYZ 46.84 36.05 66.78 -
YUV 166.78 153.52 157.4 -
System Red Green Blue C M Y K H S L
Decimal 208 137 212 0.02 0.35 0 0.17 296.8 0.47 0.68
Hex D0 89 D4 2 23 0 11 129 2F 44
Octal 320 211 324 2 43 0 21 451 57 104
Binary 11010000 10001001 11010100 10 100011 0 10001 100101001 101111 1000100

Color Harmonies of #D089D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D089D4

Black with #D089D4

Text Example


Text Example

White with #D089D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D089D4; }

 p { color: rgb(208,137,212); }

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

background-color css

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

 a { background-color: rgb(208,137,212); }

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

border-color css

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

 span { border-color: rgb(208,137,212); }

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