Html Css Color HEX #DD7ACB Orchid

📋 copy color: '#DD7ACB'

red 221 ◦ green 122 ◦ blue 203

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

Shades of Orchid #DD7ACB

Tints of Orchid #DD7ACB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.34%

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

R = 40.48%
G = 22.34%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD7ACB (or 0xDD7ACB) is known color: Orchid. HEX triplet: DD, 7A and CB. RGB value is (221,122,203). Sum of RGB (Red+Green+Blue) = 221+122+203=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 122 (48.05% from 255 or 22.34% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7ACB is #228534. Grayscale: #A0A0A0. Windows color (decimal): -2262325 or 13335261. OLE color: 13335261.

HSL color Cylindrical-coordinate representation of color #DD7ACB: hue angle of 310.91º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD7ACB is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 122 203 -
CMYK 0 0.45 0.08 0.13
HSL 310.91º 0.59% 0.67% -
HSV(B) 310.91º 0.45% 0.87% -
XYZ 47.56 33.6 60.48 -
YUV 160.84 151.8 170.91 -
System Red Green Blue C M Y K H S L
Decimal 221 122 203 0 0.45 0.08 0.13 310.91 0.59 0.67
Hex DD 7A CB 0 2D 8 D 137 3B 43
Octal 335 172 313 0 55 10 15 467 73 103
Binary 11011101 1111010 11001011 0 101101 1000 1101 100110111 111011 1000011

Color Harmonies of #DD7ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7ACB

Black with #DD7ACB

Text Example


Text Example

White with #DD7ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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