Html Css Color HEX #DD7AC4 Orchid

📋 copy color: '#DD7AC4'

red 221 ◦ green 122 ◦ blue 196

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

Shades of Orchid #DD7AC4

Tints of Orchid #DD7AC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.36%

R = 41%
G = 22.63%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DD7AC4 (or 0xDD7AC4) is known color: Orchid. HEX triplet: DD, 7A and C4. RGB value is (221,122,196). Sum of RGB (Red+Green+Blue) = 221+122+196=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 122 (48.05% from 255 or 22.63% from 539); Blue value is 196 (76.95% from 255 or 36.36% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7AC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7AC4 is #22853B. Grayscale: #9F9F9F. Windows color (decimal): -2262332 or 12876509. OLE color: 12876509.

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

Color convert

RGB 221 122 196 -
CMYK 0 0.45 0.11 0.13
HSL 315.15º 0.59% 0.67% -
HSV(B) 315.15º 0.45% 0.87% -
XYZ 46.74 33.28 56.18 -
YUV 160.04 148.3 171.48 -
System Red Green Blue C M Y K H S L
Decimal 221 122 196 0 0.45 0.11 0.13 315.15 0.59 0.67
Hex DD 7A C4 0 2D B D 13B 3B 43
Octal 335 172 304 0 55 13 15 473 73 103
Binary 11011101 1111010 11000100 0 101101 1011 1101 100111011 111011 1000011

Color Harmonies of #DD7AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7AC4

Black with #DD7AC4

Text Example


Text Example

White with #DD7AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7AC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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