Html Css Color HEX #DF68D1 Orchid

📋 copy color: '#DF68D1'

red 223 ◦ green 104 ◦ blue 209

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

Shades of Orchid #DF68D1

Tints of Orchid #DF68D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.99%

R = 41.6%
G = 19.4%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DF68D1 (or 0xDF68D1) is known color: Orchid. HEX triplet: DF, 68 and D1. RGB value is (223,104,209). Sum of RGB (Red+Green+Blue) = 223+104+209=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 104 (41.02% from 255 or 19.40% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DF68D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF68D1 is #20972E. Grayscale: #979797. Windows color (decimal): -2135855 or 13723871. OLE color: 13723871.

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

Color convert

RGB 223 104 209 -
CMYK 0 0.53 0.06 0.13
HSL 307.06º 0.65% 0.64% -
HSV(B) 307.06º 0.53% 0.87% -
XYZ 46.89 30.19 63.68 -
YUV 151.55 160.42 178.96 -
System Red Green Blue C M Y K H S L
Decimal 223 104 209 0 0.53 0.06 0.13 307.06 0.65 0.64
Hex DF 68 D1 0 35 6 D 133 41 40
Octal 337 150 321 0 65 6 15 463 101 100
Binary 11011111 1101000 11010001 0 110101 110 1101 100110011 1000001 1000000

Color Harmonies of #DF68D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF68D1

Black with #DF68D1

Text Example


Text Example

White with #DF68D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF68D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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