Html Css Color HEX #D286DD Orchid

📋 copy color: '#D286DD'

red 210 ◦ green 134 ◦ blue 221

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

Shades of Orchid #D286DD

Tints of Orchid #D286DD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.72%

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

R = 37.17%
G = 23.72%
B = 39.12%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D286DD (or 0xD286DD) is known color: Orchid. HEX triplet: D2, 86 and DD. RGB value is (210,134,221). Sum of RGB (Red+Green+Blue) = 210+134+221=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 134 (52.73% from 255 or 23.72% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #D286DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D286DD is #2D7922. Grayscale: #A6A6A6. Windows color (decimal): -2980131 or 14517970. OLE color: 14517970.

HSL color Cylindrical-coordinate representation of color #D286DD: hue angle of 292.41º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D286DD is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 134 221 -
CMYK 0.05 0.39 0 0.13
HSL 292.41º 0.56% 0.7% -
HSV(B) 292.41º 0.39% 0.87% -
XYZ 48.15 35.97 72.81 -
YUV 166.64 158.68 158.93 -
System Red Green Blue C M Y K H S L
Decimal 210 134 221 0.05 0.39 0 0.13 292.41 0.56 0.7
Hex D2 86 DD 5 27 0 D 124 38 46
Octal 322 206 335 5 47 0 15 444 70 106
Binary 11010010 10000110 11011101 101 100111 0 1101 100100100 111000 1000110

Color Harmonies of #D286DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D286DD

Black with #D286DD

Text Example


Text Example

White with #D286DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D286DD; }

 p { color: rgb(210,134,221); }

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

background-color css

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

 a { background-color: rgb(210,134,221); }

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

border-color css

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

 span { border-color: rgb(210,134,221); }

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