Html Css Color HEX #DF69E6 Orchid

📋 copy color: '#DF69E6'

red 223 ◦ green 105 ◦ blue 230

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

Shades of Orchid #DF69E6

Tints of Orchid #DF69E6

RGB

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

 GREEN value IS 105 (41.41% from 255) = 18.82%

 BLUE value IS 230 (90.23% from 255) = 41.22%

R = 39.96%
G = 18.82%
B = 41.22%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DF69E6 (or 0xDF69E6) is known color: Orchid. HEX triplet: DF, 69 and E6. RGB value is (223,105,230). Sum of RGB (Red+Green+Blue) = 223+105+230=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 105 (41.41% from 255 or 18.82% from 558); Blue value is 230 (90.23% from 255 or 41.22% from 558); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF69E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF69E6 is #209619. Grayscale: #9A9A9A. Windows color (decimal): -2135578 or 15100383. OLE color: 15100383.

HSL color Cylindrical-coordinate representation of color #DF69E6: hue angle of 296.64º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF69E6 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 223 105 230 -
CMYK 0.03 0.54 0 0.10
HSL 296.64º 0.71% 0.66% -
HSV(B) 296.64º 0.54% 0.9% -
XYZ 49.77 31.5 78.32 -
YUV 154.53 170.59 176.84 -
System Red Green Blue C M Y K H S L
Decimal 223 105 230 0.03 0.54 0 0.10 296.64 0.71 0.66
Hex DF 69 E6 3 36 0 A 129 47 42
Octal 337 151 346 3 66 0 12 451 107 102
Binary 11011111 1101001 11100110 11 110110 0 1010 100101001 1000111 1000010

Color Harmonies of #DF69E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF69E6

Black with #DF69E6

Text Example


Text Example

White with #DF69E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF69E6; }

 p { color: rgb(223,105,230); }

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

background-color css

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

 a { background-color: rgb(223,105,230); }

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

border-color css

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

 span { border-color: rgb(223,105,230); }

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