Html Css Color HEX #DD76CB Orchid

📋 copy color: '#DD76CB'

red 221 ◦ green 118 ◦ blue 203

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

Shades of Orchid #DD76CB

Tints of Orchid #DD76CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.45%

R = 40.77%
G = 21.77%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD76CB (or 0xDD76CB) is known color: Orchid. HEX triplet: DD, 76 and CB. RGB value is (221,118,203). Sum of RGB (Red+Green+Blue) = 221+118+203=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 118 (46.48% from 255 or 21.77% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD76CB is #228934. Grayscale: #9E9E9E. Windows color (decimal): -2263349 or 13334237. OLE color: 13334237.

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

Color convert

RGB 221 118 203 -
CMYK 0 0.47 0.08 0.13
HSL 310.49º 0.6% 0.66% -
HSV(B) 310.49º 0.47% 0.87% -
XYZ 47.08 32.64 60.32 -
YUV 158.49 153.12 172.59 -
System Red Green Blue C M Y K H S L
Decimal 221 118 203 0 0.47 0.08 0.13 310.49 0.6 0.66
Hex DD 76 CB 0 2F 8 D 136 3C 42
Octal 335 166 313 0 57 10 15 466 74 102
Binary 11011101 1110110 11001011 0 101111 1000 1101 100110110 111100 1000010

Color Harmonies of #DD76CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD76CB

Black with #DD76CB

Text Example


Text Example

White with #DD76CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD76CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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