Html Css Color HEX #DF66DC Orchid

📋 copy color: '#DF66DC'

red 223 ◦ green 102 ◦ blue 220

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

Shades of Orchid #DF66DC

Tints of Orchid #DF66DC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.72%

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

R = 40.92%
G = 18.72%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF66DC (or 0xDF66DC) is known color: Orchid. HEX triplet: DF, 66 and DC. RGB value is (223,102,220). Sum of RGB (Red+Green+Blue) = 223+102+220=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 102 (40.23% from 255 or 18.72% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DF66DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF66DC is #209923. Grayscale: #979797. Windows color (decimal): -2136356 or 14444255. OLE color: 14444255.

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

Color convert

RGB 223 102 220 -
CMYK 0 0.54 0.01 0.13
HSL 301.49º 0.65% 0.64% -
HSV(B) 301.49º 0.54% 0.87% -
XYZ 48.1 30.36 71.03 -
YUV 151.63 166.59 178.91 -
System Red Green Blue C M Y K H S L
Decimal 223 102 220 0 0.54 0.01 0.13 301.49 0.65 0.64
Hex DF 66 DC 0 36 1 D 12D 41 40
Octal 337 146 334 0 66 1 15 455 101 100
Binary 11011111 1100110 11011100 0 110110 1 1101 100101101 1000001 1000000

Color Harmonies of #DF66DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF66DC

Black with #DF66DC

Text Example


Text Example

White with #DF66DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF66DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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