Html Css Color HEX #DF69DC Orchid

📋 copy color: '#DF69DC'

red 223 ◦ green 105 ◦ blue 220

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

Shades of Orchid #DF69DC

Tints of Orchid #DF69DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.15%

R = 40.69%
G = 19.16%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF69DC (or 0xDF69DC) is known color: Orchid. HEX triplet: DF, 69 and DC. RGB value is (223,105,220). Sum of RGB (Red+Green+Blue) = 223+105+220=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 105 (41.41% from 255 or 19.16% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DF69DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF69DC is #209623. Grayscale: #999999. Windows color (decimal): -2135588 or 14445023. OLE color: 14445023.

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

Color convert

RGB 223 105 220 -
CMYK 0 0.53 0.01 0.13
HSL 301.53º 0.65% 0.64% -
HSV(B) 301.53º 0.53% 0.87% -
XYZ 48.4 30.96 71.13 -
YUV 153.39 165.59 177.65 -
System Red Green Blue C M Y K H S L
Decimal 223 105 220 0 0.53 0.01 0.13 301.53 0.65 0.64
Hex DF 69 DC 0 35 1 D 12E 41 40
Octal 337 151 334 0 65 1 15 456 101 100
Binary 11011111 1101001 11011100 0 110101 1 1101 100101110 1000001 1000000

Color Harmonies of #DF69DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF69DC

Black with #DF69DC

Text Example


Text Example

White with #DF69DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF69DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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