Html Css Color HEX #DD68D6 Orchid

📋 copy color: '#DD68D6'

red 221 ◦ green 104 ◦ blue 214

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

Shades of Orchid #DD68D6

Tints of Orchid #DD68D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.7%

R = 41%
G = 19.29%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DD68D6 (or 0xDD68D6) is known color: Orchid. HEX triplet: DD, 68 and D6. RGB value is (221,104,214). Sum of RGB (Red+Green+Blue) = 221+104+214=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 104 (41.02% from 255 or 19.29% from 539); Blue value is 214 (83.98% from 255 or 39.70% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DD68D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD68D6 is #229729. Grayscale: #979797. Windows color (decimal): -2266922 or 14051549. OLE color: 14051549.

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

Color convert

RGB 221 104 214 -
CMYK 0 0.53 0.03 0.13
HSL 303.59º 0.63% 0.64% -
HSV(B) 303.59º 0.53% 0.87% -
XYZ 46.91 30.13 66.96 -
YUV 151.52 163.26 177.56 -
System Red Green Blue C M Y K H S L
Decimal 221 104 214 0 0.53 0.03 0.13 303.59 0.63 0.64
Hex DD 68 D6 0 35 3 D 130 3F 40
Octal 335 150 326 0 65 3 15 460 77 100
Binary 11011101 1101000 11010110 0 110101 11 1101 100110000 111111 1000000

Color Harmonies of #DD68D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD68D6

Black with #DD68D6

Text Example


Text Example

White with #DD68D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD68D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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