Html Css Color HEX #DF84DC Orchid

📋 copy color: '#DF84DC'

red 223 ◦ green 132 ◦ blue 220

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

Shades of Orchid #DF84DC

Tints of Orchid #DF84DC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.96%

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

R = 38.78%
G = 22.96%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF84DC (or 0xDF84DC) is known color: Orchid. HEX triplet: DF, 84 and DC. RGB value is (223,132,220). Sum of RGB (Red+Green+Blue) = 223+132+220=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 132 (51.95% from 255 or 22.96% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DF84DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF84DC is #207B23. Grayscale: #A8A8A8. Windows color (decimal): -2128676 or 14451935. OLE color: 14451935.

HSL color Cylindrical-coordinate representation of color #DF84DC: hue angle of 301.98º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF84DC is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 132 220 -
CMYK 0 0.41 0.01 0.13
HSL 301.98º 0.59% 0.7% -
HSV(B) 301.98º 0.41% 0.87% -
XYZ 51.6 37.36 72.2 -
YUV 169.24 156.65 166.34 -
System Red Green Blue C M Y K H S L
Decimal 223 132 220 0 0.41 0.01 0.13 301.98 0.59 0.7
Hex DF 84 DC 0 29 1 D 12E 3B 46
Octal 337 204 334 0 51 1 15 456 73 106
Binary 11011111 10000100 11011100 0 101001 1 1101 100101110 111011 1000110

Color Harmonies of #DF84DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF84DC

Black with #DF84DC

Text Example


Text Example

White with #DF84DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF84DC; }

 p { color: rgb(223,132,220); }

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

background-color css

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

 a { background-color: rgb(223,132,220); }

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

border-color css

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

 span { border-color: rgb(223,132,220); }

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