Html Css Color HEX #DD7CDD Orchid

📋 copy color: '#DD7CDD'

red 221 ◦ green 124 ◦ blue 221

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

Shades of Orchid #DD7CDD

Tints of Orchid #DD7CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.05%

R = 39.05%
G = 21.91%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD7CDD (or 0xDD7CDD) is known color: Orchid. HEX triplet: DD, 7C and DD. RGB value is (221,124,221). Sum of RGB (Red+Green+Blue) = 221+124+221=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 124 (48.83% from 255 or 21.91% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD7CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7CDD is #228322. Grayscale: #A3A3A3. Windows color (decimal): -2261795 or 14515421. OLE color: 14515421.

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

Color convert

RGB 221 124 221 -
CMYK 0 0.44 0 0.13
HSL 300º 0.59% 0.68% -
HSV(B) 300º 0.44% 0.87% -
XYZ 50.08 35.01 72.52 -
YUV 164.06 160.14 168.61 -
System Red Green Blue C M Y K H S L
Decimal 221 124 221 0 0.44 0 0.13 300 0.59 0.68
Hex DD 7C DD 0 2C 0 D 12C 3B 44
Octal 335 174 335 0 54 0 15 454 73 104
Binary 11011101 1111100 11011101 0 101100 0 1101 100101100 111011 1000100

Color Harmonies of #DD7CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7CDD

Black with #DD7CDD

Text Example


Text Example

White with #DD7CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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