Html Css Color HEX #D288D0 Orchid

📋 copy color: '#D288D0'

red 210 ◦ green 136 ◦ blue 208

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

Shades of Orchid #D288D0

Tints of Orchid #D288D0

RGB

 RED value IS 210 (82.42% from 255) = 37.91%

 GREEN value IS 136 (53.52% from 255) = 24.55%

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

R = 37.91%
G = 24.55%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D288D0 (or 0xD288D0) is known color: Orchid. HEX triplet: D2, 88 and D0. RGB value is (210,136,208). Sum of RGB (Red+Green+Blue) = 210+136+208=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 136 (53.52% from 255 or 24.55% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 210 - color contains mainly: red. Hex color #D288D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D288D0 is #2D772F. Grayscale: #A6A6A6. Windows color (decimal): -2979632 or 13666514. OLE color: 13666514.

HSL color Cylindrical-coordinate representation of color #D288D0: hue angle of 301.62º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D288D0 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 136 208 -
CMYK 0 0.35 0.01 0.18
HSL 301.62º 0.45% 0.68% -
HSV(B) 301.62º 0.35% 0.82% -
XYZ 46.77 35.86 64.13 -
YUV 166.33 151.52 159.15 -
System Red Green Blue C M Y K H S L
Decimal 210 136 208 0 0.35 0.01 0.18 301.62 0.45 0.68
Hex D2 88 D0 0 23 1 12 12E 2D 44
Octal 322 210 320 0 43 1 22 456 55 104
Binary 11010010 10001000 11010000 0 100011 1 10010 100101110 101101 1000100

Color Harmonies of #D288D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D288D0

Black with #D288D0

Text Example


Text Example

White with #D288D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D288D0; }

 p { color: rgb(210,136,208); }

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

background-color css

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

 a { background-color: rgb(210,136,208); }

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

border-color css

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

 span { border-color: rgb(210,136,208); }

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