Html Css Color HEX #DF69DE Orchid

📋 copy color: '#DF69DE'

red 223 ◦ green 105 ◦ blue 222

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

Shades of Orchid #DF69DE

Tints of Orchid #DF69DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.36%

R = 40.55%
G = 19.09%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DF69DE (or 0xDF69DE) is known color: Orchid. HEX triplet: DF, 69 and DE. RGB value is (223,105,222). Sum of RGB (Red+Green+Blue) = 223+105+222=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 105 (41.41% from 255 or 19.09% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DF69DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF69DE is #209621. Grayscale: #999999. Windows color (decimal): -2135586 or 14576095. OLE color: 14576095.

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

Color convert

RGB 223 105 222 -
CMYK 0 0.53 0.00 0.13
HSL 300.51º 0.65% 0.64% -
HSV(B) 300.51º 0.53% 0.87% -
XYZ 48.67 31.07 72.54 -
YUV 153.62 166.59 177.49 -
System Red Green Blue C M Y K H S L
Decimal 223 105 222 0 0.53 0.00 0.13 300.51 0.65 0.64
Hex DF 69 DE 0 35 0 D 12D 41 40
Octal 337 151 336 0 65 0 15 455 101 100
Binary 11011111 1101001 11011110 0 110101 0 1101 100101101 1000001 1000000

Color Harmonies of #DF69DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF69DE

Black with #DF69DE

Text Example


Text Example

White with #DF69DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF69DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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