Html Css Color HEX #D286D7 Orchid

📋 copy color: '#D286D7'

red 210 ◦ green 134 ◦ blue 215

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

Shades of Orchid #D286D7

Tints of Orchid #D286D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.46%

R = 37.57%
G = 23.97%
B = 38.46%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D286D7 (or 0xD286D7) is known color: Orchid. HEX triplet: D2, 86 and D7. RGB value is (210,134,215). Sum of RGB (Red+Green+Blue) = 210+134+215=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 134 (52.73% from 255 or 23.97% from 559); Blue value is 215 (84.38% from 255 or 38.46% from 559); Max value from RGB is 215 - color contains mainly: blue. Hex color #D286D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D286D7 is #2D7928. Grayscale: #A5A5A5. Windows color (decimal): -2980137 or 14124754. OLE color: 14124754.

HSL color Cylindrical-coordinate representation of color #D286D7: hue angle of 296.3º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D286D7 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 134 215 -
CMYK 0.02 0.38 0 0.16
HSL 296.3º 0.5% 0.68% -
HSV(B) 296.3º 0.38% 0.84% -
XYZ 47.37 35.66 68.68 -
YUV 165.96 155.68 159.41 -
System Red Green Blue C M Y K H S L
Decimal 210 134 215 0.02 0.38 0 0.16 296.3 0.5 0.68
Hex D2 86 D7 2 26 0 10 128 32 44
Octal 322 206 327 2 46 0 20 450 62 104
Binary 11010010 10000110 11010111 10 100110 0 10000 100101000 110010 1000100

Color Harmonies of #D286D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D286D7

Black with #D286D7

Text Example


Text Example

White with #D286D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D286D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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