Html Css Color HEX #DF68DC Orchid

📋 copy color: '#DF68DC'

red 223 ◦ green 104 ◦ blue 220

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

Shades of Orchid #DF68DC

Tints of Orchid #DF68DC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.01%

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

R = 40.77%
G = 19.01%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF68DC (or 0xDF68DC) is known color: Orchid. HEX triplet: DF, 68 and DC. RGB value is (223,104,220). Sum of RGB (Red+Green+Blue) = 223+104+220=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 104 (41.02% from 255 or 19.01% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DF68DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF68DC is #209723. Grayscale: #989898. Windows color (decimal): -2135844 or 14444767. OLE color: 14444767.

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

Color convert

RGB 223 104 220 -
CMYK 0 0.53 0.01 0.13
HSL 301.51º 0.65% 0.64% -
HSV(B) 301.51º 0.53% 0.87% -
XYZ 48.3 30.76 71.1 -
YUV 152.81 165.92 178.07 -
System Red Green Blue C M Y K H S L
Decimal 223 104 220 0 0.53 0.01 0.13 301.51 0.65 0.64
Hex DF 68 DC 0 35 1 D 12E 41 40
Octal 337 150 334 0 65 1 15 456 101 100
Binary 11011111 1101000 11011100 0 110101 1 1101 100101110 1000001 1000000

Color Harmonies of #DF68DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF68DC

Black with #DF68DC

Text Example


Text Example

White with #DF68DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF68DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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