Html Css Color HEX #DD68D0 Orchid

📋 copy color: '#DD68D0'

red 221 ◦ green 104 ◦ blue 208

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

Shades of Orchid #DD68D0

Tints of Orchid #DD68D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.02%

R = 41.46%
G = 19.51%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD68D0 (or 0xDD68D0) is known color: Orchid. HEX triplet: DD, 68 and D0. RGB value is (221,104,208). Sum of RGB (Red+Green+Blue) = 221+104+208=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 104 (41.02% from 255 or 19.51% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DD68D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD68D0 is #22972F. Grayscale: #969696. Windows color (decimal): -2266928 or 13658333. OLE color: 13658333.

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

Color convert

RGB 221 104 208 -
CMYK 0 0.53 0.06 0.13
HSL 306.67º 0.63% 0.64% -
HSV(B) 306.67º 0.53% 0.87% -
XYZ 46.15 29.83 63 -
YUV 150.84 160.26 178.04 -
System Red Green Blue C M Y K H S L
Decimal 221 104 208 0 0.53 0.06 0.13 306.67 0.63 0.64
Hex DD 68 D0 0 35 6 D 133 3F 40
Octal 335 150 320 0 65 6 15 463 77 100
Binary 11011101 1101000 11010000 0 110101 110 1101 100110011 111111 1000000

Color Harmonies of #DD68D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD68D0

Black with #DD68D0

Text Example


Text Example

White with #DD68D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD68D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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