Html Css Color HEX #DD76CA Orchid

📋 copy color: '#DD76CA'

red 221 ◦ green 118 ◦ blue 202

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

Shades of Orchid #DD76CA

Tints of Orchid #DD76CA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.81%

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

R = 40.85%
G = 21.81%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD76CA (or 0xDD76CA) is known color: Orchid. HEX triplet: DD, 76 and CA. RGB value is (221,118,202). Sum of RGB (Red+Green+Blue) = 221+118+202=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 118 (46.48% from 255 or 21.81% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD76CA is #228935. Grayscale: #9E9E9E. Windows color (decimal): -2263350 or 13268701. OLE color: 13268701.

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

Color convert

RGB 221 118 202 -
CMYK 0 0.47 0.09 0.13
HSL 311.07º 0.6% 0.66% -
HSV(B) 311.07º 0.47% 0.87% -
XYZ 46.96 32.59 59.69 -
YUV 158.37 152.62 172.67 -
System Red Green Blue C M Y K H S L
Decimal 221 118 202 0 0.47 0.09 0.13 311.07 0.6 0.66
Hex DD 76 CA 0 2F 9 D 137 3C 42
Octal 335 166 312 0 57 11 15 467 74 102
Binary 11011101 1110110 11001010 0 101111 1001 1101 100110111 111100 1000010

Color Harmonies of #DD76CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD76CA

Black with #DD76CA

Text Example


Text Example

White with #DD76CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD76CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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