Html Css Color HEX #DD6EDF Orchid

📋 copy color: '#DD6EDF'

red 221 ◦ green 110 ◦ blue 223

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

Shades of Orchid #DD6EDF

Tints of Orchid #DD6EDF

RGB

 RED value IS 221 (86.72% from 255) = 39.89%

 GREEN value IS 110 (43.36% from 255) = 19.86%

 BLUE value IS 223 (87.5% from 255) = 40.25%

R = 39.89%
G = 19.86%
B = 40.25%

CMYK

 C value IS 0.01

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD6EDF (or 0xDD6EDF) is known color: Orchid. HEX triplet: DD, 6E and DF. RGB value is (221,110,223). Sum of RGB (Red+Green+Blue) = 221+110+223=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 110 (43.36% from 255 or 19.86% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD6EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6EDF is #229120. Grayscale: #9B9B9B. Windows color (decimal): -2265377 or 14642909. OLE color: 14642909.

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

Color convert

RGB 221 110 223 -
CMYK 0.01 0.51 0 0.13
HSL 298.94º 0.64% 0.65% -
HSV(B) 298.94º 0.51% 0.87% -
XYZ 48.71 31.85 73.39 -
YUV 156.07 165.77 174.31 -
System Red Green Blue C M Y K H S L
Decimal 221 110 223 0.01 0.51 0 0.13 298.94 0.64 0.65
Hex DD 6E DF 1 33 0 D 12B 40 41
Octal 335 156 337 1 63 0 15 453 100 101
Binary 11011101 1101110 11011111 1 110011 0 1101 100101011 1000000 1000001

Color Harmonies of #DD6EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6EDF

Black with #DD6EDF

Text Example


Text Example

White with #DD6EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6EDF; }

 p { color: rgb(221,110,223); }

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

background-color css

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

 a { background-color: rgb(221,110,223); }

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

border-color css

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

 span { border-color: rgb(221,110,223); }

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