Html Css Color HEX #DD7CD3 Orchid

📋 copy color: '#DD7CD3'

red 221 ◦ green 124 ◦ blue 211

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

Shades of Orchid #DD7CD3

Tints of Orchid #DD7CD3

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.3%

 BLUE value IS 211 (82.81% from 255) = 37.95%

R = 39.75%
G = 22.3%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD7CD3 (or 0xDD7CD3) is known color: Orchid. HEX triplet: DD, 7C and D3. RGB value is (221,124,211). Sum of RGB (Red+Green+Blue) = 221+124+211=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 124 (48.83% from 255 or 22.30% from 556); Blue value is 211 (82.81% from 255 or 37.95% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7CD3 is #22832C. Grayscale: #A2A2A2. Windows color (decimal): -2261805 or 13860061. OLE color: 13860061.

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

Color convert

RGB 221 124 211 -
CMYK 0 0.44 0.05 0.13
HSL 306.19º 0.59% 0.68% -
HSV(B) 306.19º 0.44% 0.87% -
XYZ 48.78 34.49 65.71 -
YUV 162.92 155.14 169.43 -
System Red Green Blue C M Y K H S L
Decimal 221 124 211 0 0.44 0.05 0.13 306.19 0.59 0.68
Hex DD 7C D3 0 2C 5 D 132 3B 44
Octal 335 174 323 0 54 5 15 462 73 104
Binary 11011101 1111100 11010011 0 101100 101 1101 100110010 111011 1000100

Color Harmonies of #DD7CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7CD3

Black with #DD7CD3

Text Example


Text Example

White with #DD7CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7CD3; }

 p { color: rgb(221,124,211); }

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

background-color css

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

 a { background-color: rgb(221,124,211); }

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

border-color css

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

 span { border-color: rgb(221,124,211); }

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