Html Css Color HEX #DD6AC2 Orchid

📋 copy color: '#DD6AC2'

red 221 ◦ green 106 ◦ blue 194

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

Shades of Orchid #DD6AC2

Tints of Orchid #DD6AC2

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.35%

 BLUE value IS 194 (76.17% from 255) = 37.24%

R = 42.42%
G = 20.35%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DD6AC2 (or 0xDD6AC2) is known color: Orchid. HEX triplet: DD, 6A and C2. RGB value is (221,106,194). Sum of RGB (Red+Green+Blue) = 221+106+194=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 106 (41.80% from 255 or 20.35% from 521); Blue value is 194 (76.17% from 255 or 37.24% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6AC2 is #22953D. Grayscale: #969696. Windows color (decimal): -2266430 or 12741341. OLE color: 12741341.

HSL color Cylindrical-coordinate representation of color #DD6AC2: hue angle of 314.09º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6AC2 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 106 194 -
CMYK 0 0.52 0.12 0.13
HSL 314.09º 0.63% 0.64% -
HSV(B) 314.09º 0.52% 0.87% -
XYZ 44.71 29.58 54.39 -
YUV 150.42 152.6 178.34 -
System Red Green Blue C M Y K H S L
Decimal 221 106 194 0 0.52 0.12 0.13 314.09 0.63 0.64
Hex DD 6A C2 0 34 C D 13A 3F 40
Octal 335 152 302 0 64 14 15 472 77 100
Binary 11011101 1101010 11000010 0 110100 1100 1101 100111010 111111 1000000

Color Harmonies of #DD6AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6AC2

Black with #DD6AC2

Text Example


Text Example

White with #DD6AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6AC2; }

 p { color: rgb(221,106,194); }

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

background-color css

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

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

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

border-color css

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

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

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