Html Css Color HEX #DD6DCB Orchid

📋 copy color: '#DD6DCB'

red 221 ◦ green 109 ◦ blue 203

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

Shades of Orchid #DD6DCB

Tints of Orchid #DD6DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.09%

R = 41.46%
G = 20.45%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD6DCB (or 0xDD6DCB) is known color: Orchid. HEX triplet: DD, 6D and CB. RGB value is (221,109,203). Sum of RGB (Red+Green+Blue) = 221+109+203=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 109 (42.97% from 255 or 20.45% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6DCB is #229234. Grayscale: #989898. Windows color (decimal): -2265653 or 13331933. OLE color: 13331933.

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

Color convert

RGB 221 109 203 -
CMYK 0 0.51 0.08 0.13
HSL 309.64º 0.62% 0.65% -
HSV(B) 309.64º 0.51% 0.87% -
XYZ 46.07 30.62 59.98 -
YUV 153.2 156.11 176.36 -
System Red Green Blue C M Y K H S L
Decimal 221 109 203 0 0.51 0.08 0.13 309.64 0.62 0.65
Hex DD 6D CB 0 33 8 D 136 3E 41
Octal 335 155 313 0 63 10 15 466 76 101
Binary 11011101 1101101 11001011 0 110011 1000 1101 100110110 111110 1000001

Color Harmonies of #DD6DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6DCB

Black with #DD6DCB

Text Example


Text Example

White with #DD6DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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