Html Css Color HEX #DF87DA Orchid

📋 copy color: '#DF87DA'

red 223 ◦ green 135 ◦ blue 218

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

Shades of Orchid #DF87DA

Tints of Orchid #DF87DA

RGB

 RED value IS 223 (87.5% from 255) = 38.72%

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

 BLUE value IS 218 (85.55% from 255) = 37.85%

R = 38.72%
G = 23.44%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF87DA (or 0xDF87DA) is known color: Orchid. HEX triplet: DF, 87 and DA. RGB value is (223,135,218). Sum of RGB (Red+Green+Blue) = 223+135+218=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 135 (53.12% from 255 or 23.44% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 223 - color contains mainly: red. Hex color #DF87DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF87DA is #207825. Grayscale: #AAAAAA. Windows color (decimal): -2127910 or 14321631. OLE color: 14321631.

HSL color Cylindrical-coordinate representation of color #DF87DA: hue angle of 303.41º degrees, saturation: 0.58, 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 #DF87DA is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 135 218 -
CMYK 0 0.39 0.02 0.13
HSL 303.41º 0.58% 0.7% -
HSV(B) 303.41º 0.39% 0.87% -
XYZ 51.75 38.08 70.95 -
YUV 170.77 154.65 165.25 -
System Red Green Blue C M Y K H S L
Decimal 223 135 218 0 0.39 0.02 0.13 303.41 0.58 0.7
Hex DF 87 DA 0 27 2 D 12F 3A 46
Octal 337 207 332 0 47 2 15 457 72 106
Binary 11011111 10000111 11011010 0 100111 10 1101 100101111 111010 1000110

Color Harmonies of #DF87DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF87DA

Black with #DF87DA

Text Example


Text Example

White with #DF87DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF87DA; }

 p { color: rgb(223,135,218); }

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

background-color css

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

 a { background-color: rgb(223,135,218); }

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

border-color css

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

 span { border-color: rgb(223,135,218); }

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