Html Css Color HEX #DF6DDA Orchid

📋 copy color: '#DF6DDA'

red 223 ◦ green 109 ◦ blue 218

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

Shades of Orchid #DF6DDA

Tints of Orchid #DF6DDA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.82%

 BLUE value IS 218 (85.55% from 255) = 39.64%

R = 40.55%
G = 19.82%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF6DDA (or 0xDF6DDA) is known color: Orchid. HEX triplet: DF, 6D and DA. RGB value is (223,109,218). Sum of RGB (Red+Green+Blue) = 223+109+218=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 109 (42.97% from 255 or 19.82% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6DDA is #209225. Grayscale: #9B9B9B. Windows color (decimal): -2134566 or 14314975. OLE color: 14314975.

HSL color Cylindrical-coordinate representation of color #DF6DDA: hue angle of 302.63º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF6DDA is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 109 218 -
CMYK 0 0.51 0.02 0.13
HSL 302.63º 0.64% 0.65% -
HSV(B) 302.63º 0.51% 0.87% -
XYZ 48.55 31.69 69.89 -
YUV 155.51 163.27 176.14 -
System Red Green Blue C M Y K H S L
Decimal 223 109 218 0 0.51 0.02 0.13 302.63 0.64 0.65
Hex DF 6D DA 0 33 2 D 12F 40 41
Octal 337 155 332 0 63 2 15 457 100 101
Binary 11011111 1101101 11011010 0 110011 10 1101 100101111 1000000 1000001

Color Harmonies of #DF6DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6DDA

Black with #DF6DDA

Text Example


Text Example

White with #DF6DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6DDA; }

 p { color: rgb(223,109,218); }

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

background-color css

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

 a { background-color: rgb(223,109,218); }

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

border-color css

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

 span { border-color: rgb(223,109,218); }

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