Html Css Color HEX #DE7ADD Orchid

📋 copy color: '#DE7ADD'

red 222 ◦ green 122 ◦ blue 221

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

Shades of Orchid #DE7ADD

Tints of Orchid #DE7ADD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.59%

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

R = 39.29%
G = 21.59%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DE7ADD (or 0xDE7ADD) is known color: Orchid. HEX triplet: DE, 7A and DD. RGB value is (222,122,221). Sum of RGB (Red+Green+Blue) = 222+122+221=565 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.29% from 565); Green value is 122 (48.05% from 255 or 21.59% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7ADD is #218522. Grayscale: #A2A2A2. Windows color (decimal): -2196771 or 14514910. OLE color: 14514910.

HSL color Cylindrical-coordinate representation of color #DE7ADD: hue angle of 300.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE7ADD is Cyan = 0, Magento = 0.45, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 122 221 -
CMYK 0 0.45 0.00 0.13
HSL 300.6º 0.6% 0.67% -
HSV(B) 300.6º 0.45% 0.87% -
XYZ 50.13 34.67 72.46 -
YUV 163.19 160.63 169.95 -
System Red Green Blue C M Y K H S L
Decimal 222 122 221 0 0.45 0.00 0.13 300.6 0.6 0.67
Hex DE 7A DD 0 2D 0 D 12D 3C 43
Octal 336 172 335 0 55 0 15 455 74 103
Binary 11011110 1111010 11011101 0 101101 0 1101 100101101 111100 1000011

Color Harmonies of #DE7ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7ADD

Black with #DE7ADD

Text Example


Text Example

White with #DE7ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7ADD; }

 p { color: rgb(222,122,221); }

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

background-color css

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

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

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

border-color css

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

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

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