Html Css Color HEX #DD6FDD Orchid

📋 copy color: '#DD6FDD'

red 221 ◦ green 111 ◦ blue 221

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

Shades of Orchid #DD6FDD

Tints of Orchid #DD6FDD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.07%

 BLUE value IS 221 (86.72% from 255) = 39.96%

R = 39.96%
G = 20.07%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD6FDD (or 0xDD6FDD) is known color: Orchid. HEX triplet: DD, 6F and DD. RGB value is (221,111,221). Sum of RGB (Red+Green+Blue) = 221+111+221=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 111 (43.75% from 255 or 20.07% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD6FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6FDD is #229022. Grayscale: #9C9C9C. Windows color (decimal): -2265123 or 14512093. OLE color: 14512093.

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

Color convert

RGB 221 111 221 -
CMYK 0 0.50 0 0.13
HSL 300º 0.62% 0.65% -
HSV(B) 300º 0.5% 0.87% -
XYZ 48.55 31.96 72.02 -
YUV 156.43 164.44 174.06 -
System Red Green Blue C M Y K H S L
Decimal 221 111 221 0 0.50 0 0.13 300 0.62 0.65
Hex DD 6F DD 0 32 0 D 12C 3E 41
Octal 335 157 335 0 62 0 15 454 76 101
Binary 11011101 1101111 11011101 0 110010 0 1101 100101100 111110 1000001

Color Harmonies of #DD6FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6FDD

Black with #DD6FDD

Text Example


Text Example

White with #DD6FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6FDD; }

 p { color: rgb(221,111,221); }

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

background-color css

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

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

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

border-color css

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

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

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