Html Css Color HEX #DF69E8 Orchid

📋 copy color: '#DF69E8'

red 223 ◦ green 105 ◦ blue 232

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

Shades of Orchid #DF69E8

Tints of Orchid #DF69E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 41.43%

R = 39.82%
G = 18.75%
B = 41.43%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DF69E8 (or 0xDF69E8) is known color: Orchid. HEX triplet: DF, 69 and E8. RGB value is (223,105,232). Sum of RGB (Red+Green+Blue) = 223+105+232=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 105 (41.41% from 255 or 18.75% from 560); Blue value is 232 (91.02% from 255 or 41.43% from 560); Max value from RGB is 232 - color contains mainly: blue. Hex color #DF69E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF69E8 is #209617. Grayscale: #9A9A9A. Windows color (decimal): -2135576 or 15231455. OLE color: 15231455.

HSL color Cylindrical-coordinate representation of color #DF69E8: hue angle of 295.75º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF69E8 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 223 105 232 -
CMYK 0.04 0.55 0 0.09
HSL 295.75º 0.73% 0.66% -
HSV(B) 295.75º 0.55% 0.91% -
XYZ 50.05 31.62 79.81 -
YUV 154.76 171.59 176.67 -
System Red Green Blue C M Y K H S L
Decimal 223 105 232 0.04 0.55 0 0.09 295.75 0.73 0.66
Hex DF 69 E8 4 37 0 9 128 49 42
Octal 337 151 350 4 67 0 11 450 111 102
Binary 11011111 1101001 11101000 100 110111 0 1001 100101000 1001001 1000010

Color Harmonies of #DF69E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF69E8

Black with #DF69E8

Text Example


Text Example

White with #DF69E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF69E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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