Html Css Color HEX #DE7AC7 Orchid

📋 copy color: '#DE7AC7'

red 222 ◦ green 122 ◦ blue 199

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

Shades of Orchid #DE7AC7

Tints of Orchid #DE7AC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.65%

R = 40.88%
G = 22.47%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DE7AC7 (or 0xDE7AC7) is known color: Orchid. HEX triplet: DE, 7A and C7. RGB value is (222,122,199). Sum of RGB (Red+Green+Blue) = 222+122+199=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 122 (48.05% from 255 or 22.47% from 543); Blue value is 199 (78.12% from 255 or 36.65% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7AC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7AC7 is #218538. Grayscale: #A0A0A0. Windows color (decimal): -2196793 or 13073118. OLE color: 13073118.

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

Color convert

RGB 222 122 199 -
CMYK 0 0.45 0.10 0.13
HSL 313.8º 0.6% 0.67% -
HSV(B) 313.8º 0.45% 0.87% -
XYZ 47.39 33.57 58.02 -
YUV 160.68 149.63 171.74 -
System Red Green Blue C M Y K H S L
Decimal 222 122 199 0 0.45 0.10 0.13 313.8 0.6 0.67
Hex DE 7A C7 0 2D A D 13A 3C 43
Octal 336 172 307 0 55 12 15 472 74 103
Binary 11011110 1111010 11000111 0 101101 1010 1101 100111010 111100 1000011

Color Harmonies of #DE7AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7AC7

Black with #DE7AC7

Text Example


Text Example

White with #DE7AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7AC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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