Html Css Color HEX #DD78CC Orchid

📋 copy color: '#DD78CC'

red 221 ◦ green 120 ◦ blue 204

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

Shades of Orchid #DD78CC

Tints of Orchid #DD78CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.43%

R = 40.55%
G = 22.02%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD78CC (or 0xDD78CC) is known color: Orchid. HEX triplet: DD, 78 and CC. RGB value is (221,120,204). Sum of RGB (Red+Green+Blue) = 221+120+204=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 120 (47.27% from 255 or 22.02% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DD78CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD78CC is #228733. Grayscale: #9F9F9F. Windows color (decimal): -2262836 or 13400285. OLE color: 13400285.

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

Color convert

RGB 221 120 204 -
CMYK 0 0.46 0.08 0.13
HSL 310.1º 0.6% 0.67% -
HSV(B) 310.1º 0.46% 0.87% -
XYZ 47.43 33.16 61.03 -
YUV 159.78 152.96 171.67 -
System Red Green Blue C M Y K H S L
Decimal 221 120 204 0 0.46 0.08 0.13 310.1 0.6 0.67
Hex DD 78 CC 0 2E 8 D 136 3C 43
Octal 335 170 314 0 56 10 15 466 74 103
Binary 11011101 1111000 11001100 0 101110 1000 1101 100110110 111100 1000011

Color Harmonies of #DD78CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD78CC

Black with #DD78CC

Text Example


Text Example

White with #DD78CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD78CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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