Html Css Color HEX #DD78C4 Orchid

📋 copy color: '#DD78C4'

red 221 ◦ green 120 ◦ blue 196

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

Shades of Orchid #DD78C4

Tints of Orchid #DD78C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.5%

R = 41.15%
G = 22.35%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DD78C4 (or 0xDD78C4) is known color: Orchid. HEX triplet: DD, 78 and C4. RGB value is (221,120,196). Sum of RGB (Red+Green+Blue) = 221+120+196=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 120 (47.27% from 255 or 22.35% from 537); Blue value is 196 (76.95% from 255 or 36.50% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DD78C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD78C4 is #22873B. Grayscale: #9E9E9E. Windows color (decimal): -2262844 or 12875997. OLE color: 12875997.

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

Color convert

RGB 221 120 196 -
CMYK 0 0.46 0.11 0.13
HSL 314.85º 0.6% 0.67% -
HSV(B) 314.85º 0.46% 0.87% -
XYZ 46.5 32.79 56.1 -
YUV 158.86 148.96 172.32 -
System Red Green Blue C M Y K H S L
Decimal 221 120 196 0 0.46 0.11 0.13 314.85 0.6 0.67
Hex DD 78 C4 0 2E B D 13B 3C 43
Octal 335 170 304 0 56 13 15 473 74 103
Binary 11011101 1111000 11000100 0 101110 1011 1101 100111011 111100 1000011

Color Harmonies of #DD78C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD78C4

Black with #DD78C4

Text Example


Text Example

White with #DD78C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD78C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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