Html Css Color HEX #DD77CA Orchid

📋 copy color: '#DD77CA'

red 221 ◦ green 119 ◦ blue 202

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

Shades of Orchid #DD77CA

Tints of Orchid #DD77CA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.96%

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

R = 40.77%
G = 21.96%
B = 37.27%

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

#DD77CA (or 0xDD77CA) is known color: Orchid. HEX triplet: DD, 77 and CA. RGB value is (221,119,202). Sum of RGB (Red+Green+Blue) = 221+119+202=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 119 (46.88% from 255 or 21.96% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD77CA is #228835. Grayscale: #9E9E9E. Windows color (decimal): -2263094 or 13268957. OLE color: 13268957.

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

Color convert

RGB 221 119 202 -
CMYK 0 0.46 0.09 0.13
HSL 311.18º 0.6% 0.67% -
HSV(B) 311.18º 0.46% 0.87% -
XYZ 47.08 32.83 59.73 -
YUV 158.96 152.29 172.25 -
System Red Green Blue C M Y K H S L
Decimal 221 119 202 0 0.46 0.09 0.13 311.18 0.6 0.67
Hex DD 77 CA 0 2E 9 D 137 3C 43
Octal 335 167 312 0 56 11 15 467 74 103
Binary 11011101 1110111 11001010 0 101110 1001 1101 100110111 111100 1000011

Color Harmonies of #DD77CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD77CA

Black with #DD77CA

Text Example


Text Example

White with #DD77CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD77CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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