Html Css Color HEX #DE7DD3 Orchid

📋 copy color: '#DE7DD3'

red 222 ◦ green 125 ◦ blue 211

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

Shades of Orchid #DE7DD3

Tints of Orchid #DE7DD3

RGB

 RED value IS 222 (87.11% from 255) = 39.78%

 GREEN value IS 125 (49.22% from 255) = 22.4%

 BLUE value IS 211 (82.81% from 255) = 37.81%

R = 39.78%
G = 22.4%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DE7DD3 (or 0xDE7DD3) is known color: Orchid. HEX triplet: DE, 7D and D3. RGB value is (222,125,211). Sum of RGB (Red+Green+Blue) = 222+125+211=558 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.78% from 558); Green value is 125 (49.22% from 255 or 22.40% from 558); Blue value is 211 (82.81% from 255 or 37.81% from 558); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7DD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7DD3 is #21822C. Grayscale: #A3A3A3. Windows color (decimal): -2196013 or 13860318. OLE color: 13860318.

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

Color convert

RGB 222 125 211 -
CMYK 0 0.44 0.05 0.13
HSL 306.8º 0.6% 0.68% -
HSV(B) 306.8º 0.44% 0.87% -
XYZ 49.22 34.9 65.77 -
YUV 163.81 154.64 169.51 -
System Red Green Blue C M Y K H S L
Decimal 222 125 211 0 0.44 0.05 0.13 306.8 0.6 0.68
Hex DE 7D D3 0 2C 5 D 133 3C 44
Octal 336 175 323 0 54 5 15 463 74 104
Binary 11011110 1111101 11010011 0 101100 101 1101 100110011 111100 1000100

Color Harmonies of #DE7DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7DD3

Black with #DE7DD3

Text Example


Text Example

White with #DE7DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7DD3; }

 p { color: rgb(222,125,211); }

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

background-color css

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

 a { background-color: rgb(222,125,211); }

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

border-color css

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

 span { border-color: rgb(222,125,211); }

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