Html Css Color HEX #DF85DA Orchid

📋 copy color: '#DF85DA'

red 223 ◦ green 133 ◦ blue 218

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

Shades of Orchid #DF85DA

Tints of Orchid #DF85DA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.17%

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

R = 38.85%
G = 23.17%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF85DA (or 0xDF85DA) is known color: Orchid. HEX triplet: DF, 85 and DA. RGB value is (223,133,218). Sum of RGB (Red+Green+Blue) = 223+133+218=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 133 (52.34% from 255 or 23.17% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 223 - color contains mainly: red. Hex color #DF85DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF85DA is #207A25. Grayscale: #A9A9A9. Windows color (decimal): -2128422 or 14321119. OLE color: 14321119.

HSL color Cylindrical-coordinate representation of color #DF85DA: hue angle of 303.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF85DA is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 133 218 -
CMYK 0 0.40 0.02 0.13
HSL 303.33º 0.58% 0.7% -
HSV(B) 303.33º 0.4% 0.87% -
XYZ 51.47 37.52 70.86 -
YUV 169.6 155.32 166.09 -
System Red Green Blue C M Y K H S L
Decimal 223 133 218 0 0.40 0.02 0.13 303.33 0.58 0.7
Hex DF 85 DA 0 28 2 D 12F 3A 46
Octal 337 205 332 0 50 2 15 457 72 106
Binary 11011111 10000101 11011010 0 101000 10 1101 100101111 111010 1000110

Color Harmonies of #DF85DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF85DA

Black with #DF85DA

Text Example


Text Example

White with #DF85DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF85DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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