Html Css Color HEX #DD6EC3 Orchid

📋 copy color: '#DD6EC3'

red 221 ◦ green 110 ◦ blue 195

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

Shades of Orchid #DD6EC3

Tints of Orchid #DD6EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.07%

R = 42.02%
G = 20.91%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DD6EC3 (or 0xDD6EC3) is known color: Orchid. HEX triplet: DD, 6E and C3. RGB value is (221,110,195). Sum of RGB (Red+Green+Blue) = 221+110+195=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 110 (43.36% from 255 or 20.91% from 526); Blue value is 195 (76.56% from 255 or 37.07% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6EC3 is #22913C. Grayscale: #989898. Windows color (decimal): -2265405 or 12807901. OLE color: 12807901.

HSL color Cylindrical-coordinate representation of color #DD6EC3: hue angle of 314.05º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6EC3 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 110 195 -
CMYK 0 0.50 0.12 0.13
HSL 314.05º 0.62% 0.65% -
HSV(B) 314.05º 0.5% 0.87% -
XYZ 45.25 30.46 55.13 -
YUV 152.88 151.77 176.59 -
System Red Green Blue C M Y K H S L
Decimal 221 110 195 0 0.50 0.12 0.13 314.05 0.62 0.65
Hex DD 6E C3 0 32 C D 13A 3E 41
Octal 335 156 303 0 62 14 15 472 76 101
Binary 11011101 1101110 11000011 0 110010 1100 1101 100111010 111110 1000001

Color Harmonies of #DD6EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6EC3

Black with #DD6EC3

Text Example


Text Example

White with #DD6EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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