Html Css Color HEX #D286CD Orchid

📋 copy color: '#D286CD'

red 210 ◦ green 134 ◦ blue 205

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

Shades of Orchid #D286CD

Tints of Orchid #D286CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.34%

R = 38.25%
G = 24.41%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D286CD (or 0xD286CD) is known color: Orchid. HEX triplet: D2, 86 and CD. RGB value is (210,134,205). Sum of RGB (Red+Green+Blue) = 210+134+205=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 134 (52.73% from 255 or 24.41% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 210 - color contains mainly: red. Hex color #D286CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D286CD is #2D7932. Grayscale: #A4A4A4. Windows color (decimal): -2980147 or 13469394. OLE color: 13469394.

HSL color Cylindrical-coordinate representation of color #D286CD: hue angle of 303.95º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D286CD is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 134 205 -
CMYK 0 0.36 0.02 0.18
HSL 303.95º 0.46% 0.67% -
HSV(B) 303.95º 0.36% 0.82% -
XYZ 46.12 35.16 62.11 -
YUV 164.82 150.68 160.23 -
System Red Green Blue C M Y K H S L
Decimal 210 134 205 0 0.36 0.02 0.18 303.95 0.46 0.67
Hex D2 86 CD 0 24 2 12 130 2E 43
Octal 322 206 315 0 44 2 22 460 56 103
Binary 11010010 10000110 11001101 0 100100 10 10010 100110000 101110 1000011

Color Harmonies of #D286CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D286CD

Black with #D286CD

Text Example


Text Example

White with #D286CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D286CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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