Html Css Color HEX #DD7CC4 Orchid

📋 copy color: '#DD7CC4'

red 221 ◦ green 124 ◦ blue 196

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

Shades of Orchid #DD7CC4

Tints of Orchid #DD7CC4

RGB

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

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

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

R = 40.85%
G = 22.92%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DD7CC4 (or 0xDD7CC4) is known color: Orchid. HEX triplet: DD, 7C and C4. RGB value is (221,124,196). Sum of RGB (Red+Green+Blue) = 221+124+196=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 124 (48.83% from 255 or 22.92% from 541); Blue value is 196 (76.95% from 255 or 36.23% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7CC4 is #22833B. Grayscale: #A1A1A1. Windows color (decimal): -2261820 or 12877021. OLE color: 12877021.

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

Color convert

RGB 221 124 196 -
CMYK 0 0.44 0.11 0.13
HSL 315.46º 0.59% 0.68% -
HSV(B) 315.46º 0.44% 0.87% -
XYZ 46.99 33.77 56.27 -
YUV 161.21 147.64 170.65 -
System Red Green Blue C M Y K H S L
Decimal 221 124 196 0 0.44 0.11 0.13 315.46 0.59 0.68
Hex DD 7C C4 0 2C B D 13B 3B 44
Octal 335 174 304 0 54 13 15 473 73 104
Binary 11011101 1111100 11000100 0 101100 1011 1101 100111011 111011 1000100

Color Harmonies of #DD7CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7CC4

Black with #DD7CC4

Text Example


Text Example

White with #DD7CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7CC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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