Html Css Color HEX #D286DC Orchid

📋 copy color: '#D286DC'

red 210 ◦ green 134 ◦ blue 220

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

Shades of Orchid #D286DC

Tints of Orchid #D286DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.01%

R = 37.23%
G = 23.76%
B = 39.01%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D286DC (or 0xD286DC) is known color: Orchid. HEX triplet: D2, 86 and DC. RGB value is (210,134,220). Sum of RGB (Red+Green+Blue) = 210+134+220=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 134 (52.73% from 255 or 23.76% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #D286DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D286DC is #2D7923. Grayscale: #A6A6A6. Windows color (decimal): -2980132 or 14452434. OLE color: 14452434.

HSL color Cylindrical-coordinate representation of color #D286DC: hue angle of 293.02º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D286DC is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 134 220 -
CMYK 0.05 0.39 0 0.14
HSL 293.02º 0.55% 0.69% -
HSV(B) 293.02º 0.39% 0.86% -
XYZ 48.02 35.92 72.11 -
YUV 166.53 158.18 159.01 -
System Red Green Blue C M Y K H S L
Decimal 210 134 220 0.05 0.39 0 0.14 293.02 0.55 0.69
Hex D2 86 DC 5 27 0 E 125 37 45
Octal 322 206 334 5 47 0 16 445 67 105
Binary 11010010 10000110 11011100 101 100111 0 1110 100100101 110111 1000101

Color Harmonies of #D286DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D286DC

Black with #D286DC

Text Example


Text Example

White with #D286DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D286DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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