Html Css Color HEX #DD6DCD Orchid

📋 copy color: '#DD6DCD'

red 221 ◦ green 109 ◦ blue 205

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

Shades of Orchid #DD6DCD

Tints of Orchid #DD6DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.32%

R = 41.31%
G = 20.37%
B = 38.32%

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

#DD6DCD (or 0xDD6DCD) is known color: Orchid. HEX triplet: DD, 6D and CD. RGB value is (221,109,205). Sum of RGB (Red+Green+Blue) = 221+109+205=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 109 (42.97% from 255 or 20.37% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6DCD is #229232. Grayscale: #999999. Windows color (decimal): -2265651 or 13463005. OLE color: 13463005.

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

Color convert

RGB 221 109 205 -
CMYK 0 0.51 0.07 0.13
HSL 308.57º 0.62% 0.65% -
HSV(B) 308.57º 0.51% 0.87% -
XYZ 46.31 30.72 61.25 -
YUV 153.43 157.11 176.19 -
System Red Green Blue C M Y K H S L
Decimal 221 109 205 0 0.51 0.07 0.13 308.57 0.62 0.65
Hex DD 6D CD 0 33 7 D 135 3E 41
Octal 335 155 315 0 63 7 15 465 76 101
Binary 11011101 1101101 11001101 0 110011 111 1101 100110101 111110 1000001

Color Harmonies of #DD6DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6DCD

Black with #DD6DCD

Text Example


Text Example

White with #DD6DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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