Html Css Color HEX #DD68D2 Orchid

📋 copy color: '#DD68D2'

red 221 ◦ green 104 ◦ blue 210

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

Shades of Orchid #DD68D2

Tints of Orchid #DD68D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 39.25%

R = 41.31%
G = 19.44%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD68D2 (or 0xDD68D2) is known color: Orchid. HEX triplet: DD, 68 and D2. RGB value is (221,104,210). Sum of RGB (Red+Green+Blue) = 221+104+210=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 104 (41.02% from 255 or 19.44% from 535); Blue value is 210 (82.42% from 255 or 39.25% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DD68D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD68D2 is #22972D. Grayscale: #969696. Windows color (decimal): -2266926 or 13789405. OLE color: 13789405.

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

Color convert

RGB 221 104 210 -
CMYK 0 0.53 0.05 0.13
HSL 305.64º 0.63% 0.64% -
HSV(B) 305.64º 0.53% 0.87% -
XYZ 46.4 29.93 64.3 -
YUV 151.07 161.26 177.88 -
System Red Green Blue C M Y K H S L
Decimal 221 104 210 0 0.53 0.05 0.13 305.64 0.63 0.64
Hex DD 68 D2 0 35 5 D 132 3F 40
Octal 335 150 322 0 65 5 15 462 77 100
Binary 11011101 1101000 11010010 0 110101 101 1101 100110010 111111 1000000

Color Harmonies of #DD68D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD68D2

Black with #DD68D2

Text Example


Text Example

White with #DD68D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD68D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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