Html Css Color HEX #DD6CDC Orchid

📋 copy color: '#DD6CDC'

red 221 ◦ green 108 ◦ blue 220

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

Shades of Orchid #DD6CDC

Tints of Orchid #DD6CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.07%

R = 40.26%
G = 19.67%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD6CDC (or 0xDD6CDC) is known color: Orchid. HEX triplet: DD, 6C and DC. RGB value is (221,108,220). Sum of RGB (Red+Green+Blue) = 221+108+220=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 108 (42.58% from 255 or 19.67% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6CDC is #229323. Grayscale: #9A9A9A. Windows color (decimal): -2265892 or 14445789. OLE color: 14445789.

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

Color convert

RGB 221 108 220 -
CMYK 0 0.51 0.00 0.13
HSL 300.53º 0.62% 0.65% -
HSV(B) 300.53º 0.51% 0.87% -
XYZ 48.1 31.26 71.21 -
YUV 154.56 164.94 175.39 -
System Red Green Blue C M Y K H S L
Decimal 221 108 220 0 0.51 0.00 0.13 300.53 0.62 0.65
Hex DD 6C DC 0 33 0 D 12D 3E 41
Octal 335 154 334 0 63 0 15 455 76 101
Binary 11011101 1101100 11011100 0 110011 0 1101 100101101 111110 1000001

Color Harmonies of #DD6CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6CDC

Black with #DD6CDC

Text Example


Text Example

White with #DD6CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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