Html Css Color HEX #DF68D9 Orchid

📋 copy color: '#DF68D9'

red 223 ◦ green 104 ◦ blue 217

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

Shades of Orchid #DF68D9

Tints of Orchid #DF68D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.89%

R = 40.99%
G = 19.12%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DF68D9 (or 0xDF68D9) is known color: Orchid. HEX triplet: DF, 68 and D9. RGB value is (223,104,217). Sum of RGB (Red+Green+Blue) = 223+104+217=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 104 (41.02% from 255 or 19.12% from 544); Blue value is 217 (85.16% from 255 or 39.89% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DF68D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF68D9 is #209726. Grayscale: #989898. Windows color (decimal): -2135847 or 14248159. OLE color: 14248159.

HSL color Cylindrical-coordinate representation of color #DF68D9: hue angle of 303.03º 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 #DF68D9 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 104 217 -
CMYK 0 0.53 0.03 0.13
HSL 303.03º 0.65% 0.64% -
HSV(B) 303.03º 0.53% 0.87% -
XYZ 47.91 30.6 69.03 -
YUV 152.46 164.42 178.31 -
System Red Green Blue C M Y K H S L
Decimal 223 104 217 0 0.53 0.03 0.13 303.03 0.65 0.64
Hex DF 68 D9 0 35 3 D 12F 41 40
Octal 337 150 331 0 65 3 15 457 101 100
Binary 11011111 1101000 11011001 0 110101 11 1101 100101111 1000001 1000000

Color Harmonies of #DF68D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF68D9

Black with #DF68D9

Text Example


Text Example

White with #DF68D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF68D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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