Html Css Color HEX #DD68D5 Orchid

📋 copy color: '#DD68D5'

red 221 ◦ green 104 ◦ blue 213

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

Shades of Orchid #DD68D5

Tints of Orchid #DD68D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.59%

R = 41.08%
G = 19.33%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD68D5 (or 0xDD68D5) is known color: Orchid. HEX triplet: DD, 68 and D5. RGB value is (221,104,213). Sum of RGB (Red+Green+Blue) = 221+104+213=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 104 (41.02% from 255 or 19.33% from 538); Blue value is 213 (83.59% from 255 or 39.59% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DD68D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD68D5 is #22972A. Grayscale: #979797. Windows color (decimal): -2266923 or 13986013. OLE color: 13986013.

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

Color convert

RGB 221 104 213 -
CMYK 0 0.53 0.04 0.13
HSL 304.1º 0.63% 0.64% -
HSV(B) 304.1º 0.53% 0.87% -
XYZ 46.78 30.08 66.29 -
YUV 151.41 162.76 177.64 -
System Red Green Blue C M Y K H S L
Decimal 221 104 213 0 0.53 0.04 0.13 304.1 0.63 0.64
Hex DD 68 D5 0 35 4 D 130 3F 40
Octal 335 150 325 0 65 4 15 460 77 100
Binary 11011101 1101000 11010101 0 110101 100 1101 100110000 111111 1000000

Color Harmonies of #DD68D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD68D5

Black with #DD68D5

Text Example


Text Example

White with #DD68D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD68D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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