Html Css Color HEX #DD6FD7 Orchid

📋 copy color: '#DD6FD7'

red 221 ◦ green 111 ◦ blue 215

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

Shades of Orchid #DD6FD7

Tints of Orchid #DD6FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.31%

R = 40.4%
G = 20.29%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DD6FD7 (or 0xDD6FD7) is known color: Orchid. HEX triplet: DD, 6F and D7. RGB value is (221,111,215). Sum of RGB (Red+Green+Blue) = 221+111+215=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 111 (43.75% from 255 or 20.29% from 547); Blue value is 215 (84.38% from 255 or 39.31% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6FD7 is #229028. Grayscale: #9B9B9B. Windows color (decimal): -2265129 or 14118877. OLE color: 14118877.

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

Color convert

RGB 221 111 215 -
CMYK 0 0.50 0.03 0.13
HSL 303.27º 0.62% 0.65% -
HSV(B) 303.27º 0.5% 0.87% -
XYZ 47.77 31.65 67.88 -
YUV 155.75 161.44 174.54 -
System Red Green Blue C M Y K H S L
Decimal 221 111 215 0 0.50 0.03 0.13 303.27 0.62 0.65
Hex DD 6F D7 0 32 3 D 12F 3E 41
Octal 335 157 327 0 62 3 15 457 76 101
Binary 11011101 1101111 11010111 0 110010 11 1101 100101111 111110 1000001

Color Harmonies of #DD6FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6FD7

Black with #DD6FD7

Text Example


Text Example

White with #DD6FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6FD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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