Html Css Color HEX #D287D7 Orchid

📋 copy color: '#D287D7'

red 210 ◦ green 135 ◦ blue 215

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

Shades of Orchid #D287D7

Tints of Orchid #D287D7

RGB

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

 GREEN value IS 135 (53.13% from 255) = 24.11%

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

R = 37.5%
G = 24.11%
B = 38.39%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D287D7 (or 0xD287D7) is known color: Orchid. HEX triplet: D2, 87 and D7. RGB value is (210,135,215). Sum of RGB (Red+Green+Blue) = 210+135+215=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 135 (53.12% from 255 or 24.11% from 560); Blue value is 215 (84.38% from 255 or 38.39% from 560); Max value from RGB is 215 - color contains mainly: blue. Hex color #D287D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D287D7 is #2D7828. Grayscale: #A6A6A6. Windows color (decimal): -2979881 or 14125010. OLE color: 14125010.

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

Color convert

RGB 210 135 215 -
CMYK 0.02 0.37 0 0.16
HSL 296.25º 0.5% 0.69% -
HSV(B) 296.25º 0.37% 0.84% -
XYZ 47.51 35.94 68.72 -
YUV 166.55 155.35 159 -
System Red Green Blue C M Y K H S L
Decimal 210 135 215 0.02 0.37 0 0.16 296.25 0.5 0.69
Hex D2 87 D7 2 25 0 10 128 32 45
Octal 322 207 327 2 45 0 20 450 62 105
Binary 11010010 10000111 11010111 10 100101 0 10000 100101000 110010 1000101

Color Harmonies of #D287D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D287D7

Black with #D287D7

Text Example


Text Example

White with #D287D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D287D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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