Html Css Color HEX #DD6CDD Orchid

📋 copy color: '#DD6CDD'

red 221 ◦ green 108 ◦ blue 221

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

Shades of Orchid #DD6CDD

Tints of Orchid #DD6CDD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.64%

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

R = 40.18%
G = 19.64%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD6CDD (or 0xDD6CDD) is known color: Orchid. HEX triplet: DD, 6C and DD. RGB value is (221,108,221). Sum of RGB (Red+Green+Blue) = 221+108+221=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 108 (42.58% from 255 or 19.64% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD6CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6CDD is #229322. Grayscale: #9A9A9A. Windows color (decimal): -2265891 or 14511325. OLE color: 14511325.

HSL color Cylindrical-coordinate representation of color #DD6CDD: 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.51%. Process color model (Four color, CMYK) of #DD6CDD is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 108 221 -
CMYK 0 0.51 0 0.13
HSL 300º 0.62% 0.65% -
HSV(B) 300º 0.51% 0.87% -
XYZ 48.23 31.32 71.91 -
YUV 154.67 165.44 175.31 -
System Red Green Blue C M Y K H S L
Decimal 221 108 221 0 0.51 0 0.13 300 0.62 0.65
Hex DD 6C DD 0 33 0 D 12C 3E 41
Octal 335 154 335 0 63 0 15 454 76 101
Binary 11011101 1101100 11011101 0 110011 0 1101 100101100 111110 1000001

Color Harmonies of #DD6CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6CDD

Black with #DD6CDD

Text Example


Text Example

White with #DD6CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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