Html Css Color HEX #DF68E2 Orchid

📋 copy color: '#DF68E2'

red 223 ◦ green 104 ◦ blue 226

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

Shades of Orchid #DF68E2

Tints of Orchid #DF68E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 40.87%

R = 40.33%
G = 18.81%
B = 40.87%

CMYK

 C value IS 0.01

 M value IS 0.54

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DF68E2 (or 0xDF68E2) is known color: Orchid. HEX triplet: DF, 68 and E2. RGB value is (223,104,226). Sum of RGB (Red+Green+Blue) = 223+104+226=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 104 (41.02% from 255 or 18.81% from 553); Blue value is 226 (88.67% from 255 or 40.87% from 553); Max value from RGB is 226 - color contains mainly: blue. Hex color #DF68E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF68E2 is #20971D. Grayscale: #999999. Windows color (decimal): -2135838 or 14837983. OLE color: 14837983.

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

Color convert

RGB 223 104 226 -
CMYK 0.01 0.54 0 0.11
HSL 298.52º 0.68% 0.65% -
HSV(B) 298.52º 0.54% 0.89% -
XYZ 49.11 31.08 75.36 -
YUV 153.49 168.92 177.58 -
System Red Green Blue C M Y K H S L
Decimal 223 104 226 0.01 0.54 0 0.11 298.52 0.68 0.65
Hex DF 68 E2 1 36 0 B 12B 44 41
Octal 337 150 342 1 66 0 13 453 104 101
Binary 11011111 1101000 11100010 1 110110 0 1011 100101011 1000100 1000001

Color Harmonies of #DF68E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF68E2

Black with #DF68E2

Text Example


Text Example

White with #DF68E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF68E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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