Html Css Color HEX #DF69D0 Orchid

📋 copy color: '#DF69D0'

red 223 ◦ green 105 ◦ blue 208

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

Shades of Orchid #DF69D0

Tints of Orchid #DF69D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.81%

R = 41.6%
G = 19.59%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF69D0 (or 0xDF69D0) is known color: Orchid. HEX triplet: DF, 69 and D0. RGB value is (223,105,208). Sum of RGB (Red+Green+Blue) = 223+105+208=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 105 (41.41% from 255 or 19.59% from 536); Blue value is 208 (81.64% from 255 or 38.81% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DF69D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF69D0 is #20962F. Grayscale: #979797. Windows color (decimal): -2135600 or 13658591. OLE color: 13658591.

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

Color convert

RGB 223 105 208 -
CMYK 0 0.53 0.07 0.13
HSL 307.63º 0.65% 0.64% -
HSV(B) 307.63º 0.53% 0.87% -
XYZ 46.87 30.35 63.06 -
YUV 152.02 159.59 178.62 -
System Red Green Blue C M Y K H S L
Decimal 223 105 208 0 0.53 0.07 0.13 307.63 0.65 0.64
Hex DF 69 D0 0 35 7 D 134 41 40
Octal 337 151 320 0 65 7 15 464 101 100
Binary 11011111 1101001 11010000 0 110101 111 1101 100110100 1000001 1000000

Color Harmonies of #DF69D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF69D0

Black with #DF69D0

Text Example


Text Example

White with #DF69D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF69D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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