Html Css Color HEX #DD6CDA Orchid

📋 copy color: '#DD6CDA'

red 221 ◦ green 108 ◦ blue 218

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

Shades of Orchid #DD6CDA

Tints of Orchid #DD6CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.85%

R = 40.4%
G = 19.74%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD6CDA (or 0xDD6CDA) is known color: Orchid. HEX triplet: DD, 6C and DA. RGB value is (221,108,218). Sum of RGB (Red+Green+Blue) = 221+108+218=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 108 (42.58% from 255 or 19.74% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6CDA is #229325. Grayscale: #999999. Windows color (decimal): -2265894 or 14314717. OLE color: 14314717.

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

Color convert

RGB 221 108 218 -
CMYK 0 0.51 0.01 0.13
HSL 301.59º 0.62% 0.65% -
HSV(B) 301.59º 0.51% 0.87% -
XYZ 47.84 31.16 69.82 -
YUV 154.33 163.94 175.56 -
System Red Green Blue C M Y K H S L
Decimal 221 108 218 0 0.51 0.01 0.13 301.59 0.62 0.65
Hex DD 6C DA 0 33 1 D 12E 3E 41
Octal 335 154 332 0 63 1 15 456 76 101
Binary 11011101 1101100 11011010 0 110011 1 1101 100101110 111110 1000001

Color Harmonies of #DD6CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6CDA

Black with #DD6CDA

Text Example


Text Example

White with #DD6CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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