Html Css Color HEX #DF69E5 Orchid

📋 copy color: '#DF69E5'

red 223 ◦ green 105 ◦ blue 229

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

Shades of Orchid #DF69E5

Tints of Orchid #DF69E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.11%

R = 40.04%
G = 18.85%
B = 41.11%

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

#DF69E5 (or 0xDF69E5) is known color: Orchid. HEX triplet: DF, 69 and E5. RGB value is (223,105,229). Sum of RGB (Red+Green+Blue) = 223+105+229=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 105 (41.41% from 255 or 18.85% from 557); Blue value is 229 (89.84% from 255 or 41.11% from 557); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF69E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF69E5 is #20961A. Grayscale: #9A9A9A. Windows color (decimal): -2135579 or 15034847. OLE color: 15034847.

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

Color convert

RGB 223 105 229 -
CMYK 0.03 0.54 0 0.10
HSL 297.1º 0.7% 0.65% -
HSV(B) 297.1º 0.54% 0.9% -
XYZ 49.63 31.45 77.58 -
YUV 154.42 170.09 176.92 -
System Red Green Blue C M Y K H S L
Decimal 223 105 229 0.03 0.54 0 0.10 297.1 0.7 0.65
Hex DF 69 E5 3 36 0 A 129 46 41
Octal 337 151 345 3 66 0 12 451 106 101
Binary 11011111 1101001 11100101 11 110110 0 1010 100101001 1000110 1000001

Color Harmonies of #DF69E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF69E5

Black with #DF69E5

Text Example


Text Example

White with #DF69E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF69E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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