Html Css Color HEX #DD7CE1 Orchid

📋 copy color: '#DD7CE1'

red 221 ◦ green 124 ◦ blue 225

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

Shades of Orchid #DD7CE1

Tints of Orchid #DD7CE1

RGB

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

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

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

R = 38.77%
G = 21.75%
B = 39.47%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DD7CE1 (or 0xDD7CE1) is known color: Orchid. HEX triplet: DD, 7C and E1. RGB value is (221,124,225). Sum of RGB (Red+Green+Blue) = 221+124+225=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 124 (48.83% from 255 or 21.75% from 570); Blue value is 225 (88.28% from 255 or 39.47% from 570); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD7CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7CE1 is #22831E. Grayscale: #A4A4A4. Windows color (decimal): -2261791 or 14777565. OLE color: 14777565.

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

Color convert

RGB 221 124 225 -
CMYK 0.02 0.45 0 0.12
HSL 297.62º 0.63% 0.68% -
HSV(B) 297.62º 0.45% 0.88% -
XYZ 50.62 35.22 75.37 -
YUV 164.52 162.14 168.29 -
System Red Green Blue C M Y K H S L
Decimal 221 124 225 0.02 0.45 0 0.12 297.62 0.63 0.68
Hex DD 7C E1 2 2D 0 C 12A 3F 44
Octal 335 174 341 2 55 0 14 452 77 104
Binary 11011101 1111100 11100001 10 101101 0 1100 100101010 111111 1000100

Color Harmonies of #DD7CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7CE1

Black with #DD7CE1

Text Example


Text Example

White with #DD7CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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