Html Css Color HEX #DD68BE Orchid

📋 copy color: '#DD68BE'

red 221 ◦ green 104 ◦ blue 190

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

Shades of Orchid #DD68BE

Tints of Orchid #DD68BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.89%

R = 42.91%
G = 20.19%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD68BE (or 0xDD68BE) is known color: Orchid. HEX triplet: DD, 68 and BE. RGB value is (221,104,190). Sum of RGB (Red+Green+Blue) = 221+104+190=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 104 (41.02% from 255 or 20.19% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD68BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD68BE is #229741. Grayscale: #949494. Windows color (decimal): -2266946 or 12478685. OLE color: 12478685.

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

Color convert

RGB 221 104 190 -
CMYK 0 0.53 0.14 0.13
HSL 315.9º 0.63% 0.64% -
HSV(B) 315.9º 0.53% 0.87% -
XYZ 44.06 28.99 51.99 -
YUV 148.79 151.26 179.51 -
System Red Green Blue C M Y K H S L
Decimal 221 104 190 0 0.53 0.14 0.13 315.9 0.63 0.64
Hex DD 68 BE 0 35 E D 13C 3F 40
Octal 335 150 276 0 65 16 15 474 77 100
Binary 11011101 1101000 10111110 0 110101 1110 1101 100111100 111111 1000000

Color Harmonies of #DD68BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD68BE

Black with #DD68BE

Text Example


Text Example

White with #DD68BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD68BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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