Html Css Color HEX #DD78CA Orchid

📋 copy color: '#DD78CA'

red 221 ◦ green 120 ◦ blue 202

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

Shades of Orchid #DD78CA

Tints of Orchid #DD78CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.2%

R = 40.7%
G = 22.1%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD78CA (or 0xDD78CA) is known color: Orchid. HEX triplet: DD, 78 and CA. RGB value is (221,120,202). Sum of RGB (Red+Green+Blue) = 221+120+202=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 120 (47.27% from 255 or 22.10% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DD78CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD78CA is #228735. Grayscale: #9F9F9F. Windows color (decimal): -2262838 or 13269213. OLE color: 13269213.

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

Color convert

RGB 221 120 202 -
CMYK 0 0.46 0.09 0.13
HSL 311.29º 0.6% 0.67% -
HSV(B) 311.29º 0.46% 0.87% -
XYZ 47.2 33.07 59.77 -
YUV 159.55 151.96 171.83 -
System Red Green Blue C M Y K H S L
Decimal 221 120 202 0 0.46 0.09 0.13 311.29 0.6 0.67
Hex DD 78 CA 0 2E 9 D 137 3C 43
Octal 335 170 312 0 56 11 15 467 74 103
Binary 11011101 1111000 11001010 0 101110 1001 1101 100110111 111100 1000011

Color Harmonies of #DD78CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD78CA

Black with #DD78CA

Text Example


Text Example

White with #DD78CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD78CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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