Html Css Color HEX #DD68E2 Orchid

📋 copy color: '#DD68E2'

red 221 ◦ green 104 ◦ blue 226

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

Shades of Orchid #DD68E2

Tints of Orchid #DD68E2

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.87%

 BLUE value IS 226 (88.67% from 255) = 41.02%

R = 40.11%
G = 18.87%
B = 41.02%

CMYK

 C value IS 0.02

 M value IS 0.54

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DD68E2 (or 0xDD68E2) is known color: Orchid. HEX triplet: DD, 68 and E2. RGB value is (221,104,226). Sum of RGB (Red+Green+Blue) = 221+104+226=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 104 (41.02% from 255 or 18.87% from 551); Blue value is 226 (88.67% from 255 or 41.02% from 551); Max value from RGB is 226 - color contains mainly: blue. Hex color #DD68E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD68E2 is #22971D. Grayscale: #989898. Windows color (decimal): -2266910 or 14837981. OLE color: 14837981.

HSL color Cylindrical-coordinate representation of color #DD68E2: hue angle of 297.54º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD68E2 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 104 226 -
CMYK 0.02 0.54 0 0.11
HSL 297.54º 0.68% 0.65% -
HSV(B) 297.54º 0.54% 0.89% -
XYZ 48.5 30.76 75.33 -
YUV 152.89 169.26 176.58 -
System Red Green Blue C M Y K H S L
Decimal 221 104 226 0.02 0.54 0 0.11 297.54 0.68 0.65
Hex DD 68 E2 2 36 0 B 12A 44 41
Octal 335 150 342 2 66 0 13 452 104 101
Binary 11011101 1101000 11100010 10 110110 0 1011 100101010 1000100 1000001

Color Harmonies of #DD68E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD68E2

Black with #DD68E2

Text Example


Text Example

White with #DD68E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD68E2; }

 p { color: rgb(221,104,226); }

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

background-color css

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

 a { background-color: rgb(221,104,226); }

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

border-color css

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

 span { border-color: rgb(221,104,226); }

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