Html Css Color HEX #DD7ACD Orchid

📋 copy color: '#DD7ACD'

red 221 ◦ green 122 ◦ blue 205

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

Shades of Orchid #DD7ACD

Tints of Orchid #DD7ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.41%

R = 40.33%
G = 22.26%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD7ACD (or 0xDD7ACD) is known color: Orchid. HEX triplet: DD, 7A and CD. RGB value is (221,122,205). Sum of RGB (Red+Green+Blue) = 221+122+205=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 122 (48.05% from 255 or 22.26% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7ACD is #228532. Grayscale: #A0A0A0. Windows color (decimal): -2262323 or 13466333. OLE color: 13466333.

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

Color convert

RGB 221 122 205 -
CMYK 0 0.45 0.07 0.13
HSL 309.7º 0.59% 0.67% -
HSV(B) 309.7º 0.45% 0.87% -
XYZ 47.8 33.7 61.74 -
YUV 161.06 152.8 170.75 -
System Red Green Blue C M Y K H S L
Decimal 221 122 205 0 0.45 0.07 0.13 309.7 0.59 0.67
Hex DD 7A CD 0 2D 7 D 136 3B 43
Octal 335 172 315 0 55 7 15 466 73 103
Binary 11011101 1111010 11001101 0 101101 111 1101 100110110 111011 1000011

Color Harmonies of #DD7ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7ACD

Black with #DD7ACD

Text Example


Text Example

White with #DD7ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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