Html Css Color HEX #DD6FE0 Orchid

📋 copy color: '#DD6FE0'

red 221 ◦ green 111 ◦ blue 224

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

Shades of Orchid #DD6FE0

Tints of Orchid #DD6FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.29%

R = 39.75%
G = 19.96%
B = 40.29%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DD6FE0 (or 0xDD6FE0) is known color: Orchid. HEX triplet: DD, 6F and E0. RGB value is (221,111,224). Sum of RGB (Red+Green+Blue) = 221+111+224=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 111 (43.75% from 255 or 19.96% from 556); Blue value is 224 (87.89% from 255 or 40.29% from 556); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD6FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6FE0 is #22901F. Grayscale: #9C9C9C. Windows color (decimal): -2265120 or 14708701. OLE color: 14708701.

HSL color Cylindrical-coordinate representation of color #DD6FE0: hue angle of 298.41º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6FE0 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 111 224 -
CMYK 0.01 0.50 0 0.12
HSL 298.41º 0.65% 0.66% -
HSV(B) 298.41º 0.5% 0.88% -
XYZ 48.96 32.12 74.14 -
YUV 156.77 165.94 173.81 -
System Red Green Blue C M Y K H S L
Decimal 221 111 224 0.01 0.50 0 0.12 298.41 0.65 0.66
Hex DD 6F E0 1 32 0 C 12A 41 42
Octal 335 157 340 1 62 0 14 452 101 102
Binary 11011101 1101111 11100000 1 110010 0 1100 100101010 1000001 1000010

Color Harmonies of #DD6FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6FE0

Black with #DD6FE0

Text Example


Text Example

White with #DD6FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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