Html Css Color HEX #DD7FE1 Orchid

📋 copy color: '#DD7FE1'

red 221 ◦ green 127 ◦ blue 225

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

Shades of Orchid #DD7FE1

Tints of Orchid #DD7FE1

RGB

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

 GREEN value IS 127 (50% from 255) = 22.16%

 BLUE value IS 225 (88.28% from 255) = 39.27%

R = 38.57%
G = 22.16%
B = 39.27%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DD7FE1 (or 0xDD7FE1) is known color: Orchid. HEX triplet: DD, 7F and E1. RGB value is (221,127,225). Sum of RGB (Red+Green+Blue) = 221+127+225=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 127 (50% from 255 or 22.16% from 573); Blue value is 225 (88.28% from 255 or 39.27% from 573); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD7FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7FE1 is #22801E. Grayscale: #A5A5A5. Windows color (decimal): -2261023 or 14778333. OLE color: 14778333.

HSL color Cylindrical-coordinate representation of color #DD7FE1: hue angle of 297.55º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7FE1 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 127 225 -
CMYK 0.02 0.44 0 0.12
HSL 297.55º 0.62% 0.69% -
HSV(B) 297.55º 0.44% 0.88% -
XYZ 51 35.99 75.49 -
YUV 166.28 161.14 167.03 -
System Red Green Blue C M Y K H S L
Decimal 221 127 225 0.02 0.44 0 0.12 297.55 0.62 0.69
Hex DD 7F E1 2 2C 0 C 12A 3E 45
Octal 335 177 341 2 54 0 14 452 76 105
Binary 11011101 1111111 11100001 10 101100 0 1100 100101010 111110 1000101

Color Harmonies of #DD7FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7FE1

Black with #DD7FE1

Text Example


Text Example

White with #DD7FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7FE1; }

 p { color: rgb(221,127,225); }

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

background-color css

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

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

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

border-color css

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

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

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