Html Css Color HEX #DD6DCE Orchid

📋 copy color: '#DD6DCE'

red 221 ◦ green 109 ◦ blue 206

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

Shades of Orchid #DD6DCE

Tints of Orchid #DD6DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.43%

R = 41.23%
G = 20.34%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD6DCE (or 0xDD6DCE) is known color: Orchid. HEX triplet: DD, 6D and CE. RGB value is (221,109,206). Sum of RGB (Red+Green+Blue) = 221+109+206=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 109 (42.97% from 255 or 20.34% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6DCE is #229231. Grayscale: #999999. Windows color (decimal): -2265650 or 13528541. OLE color: 13528541.

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

Color convert

RGB 221 109 206 -
CMYK 0 0.51 0.07 0.13
HSL 308.04º 0.62% 0.65% -
HSV(B) 308.04º 0.51% 0.87% -
XYZ 46.43 30.77 61.88 -
YUV 153.55 157.61 176.11 -
System Red Green Blue C M Y K H S L
Decimal 221 109 206 0 0.51 0.07 0.13 308.04 0.62 0.65
Hex DD 6D CE 0 33 7 D 134 3E 41
Octal 335 155 316 0 63 7 15 464 76 101
Binary 11011101 1101101 11001110 0 110011 111 1101 100110100 111110 1000001

Color Harmonies of #DD6DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6DCE

Black with #DD6DCE

Text Example


Text Example

White with #DD6DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6DCE; }

 p { color: rgb(221,109,206); }

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

background-color css

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

 a { background-color: rgb(221,109,206); }

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

border-color css

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

 span { border-color: rgb(221,109,206); }

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