Html Css Color HEX #DD78CE Orchid

📋 copy color: '#DD78CE'

red 221 ◦ green 120 ◦ blue 206

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

Shades of Orchid #DD78CE

Tints of Orchid #DD78CE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.94%

 BLUE value IS 206 (80.86% from 255) = 37.66%

R = 40.4%
G = 21.94%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD78CE (or 0xDD78CE) is known color: Orchid. HEX triplet: DD, 78 and CE. RGB value is (221,120,206). Sum of RGB (Red+Green+Blue) = 221+120+206=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 120 (47.27% from 255 or 21.94% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DD78CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD78CE is #228731. Grayscale: #9F9F9F. Windows color (decimal): -2262834 or 13531357. OLE color: 13531357.

HSL color Cylindrical-coordinate representation of color #DD78CE: hue angle of 308.91º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD78CE is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 120 206 -
CMYK 0 0.46 0.07 0.13
HSL 308.91º 0.6% 0.67% -
HSV(B) 308.91º 0.46% 0.87% -
XYZ 47.68 33.26 62.3 -
YUV 160 153.96 171.51 -
System Red Green Blue C M Y K H S L
Decimal 221 120 206 0 0.46 0.07 0.13 308.91 0.6 0.67
Hex DD 78 CE 0 2E 7 D 135 3C 43
Octal 335 170 316 0 56 7 15 465 74 103
Binary 11011101 1111000 11001110 0 101110 111 1101 100110101 111100 1000011

Color Harmonies of #DD78CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD78CE

Black with #DD78CE

Text Example


Text Example

White with #DD78CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD78CE; }

 p { color: rgb(221,120,206); }

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

background-color css

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

 a { background-color: rgb(221,120,206); }

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

border-color css

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

 span { border-color: rgb(221,120,206); }

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