Html Css Color HEX #DE7AC4 Orchid

📋 copy color: '#DE7AC4'

red 222 ◦ green 122 ◦ blue 196

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

Shades of Orchid #DE7AC4

Tints of Orchid #DE7AC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.3%

R = 41.11%
G = 22.59%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DE7AC4 (or 0xDE7AC4) is known color: Orchid. HEX triplet: DE, 7A and C4. RGB value is (222,122,196). Sum of RGB (Red+Green+Blue) = 222+122+196=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 122 (48.05% from 255 or 22.59% from 540); Blue value is 196 (76.95% from 255 or 36.30% from 540); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7AC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7AC4 is #21853B. Grayscale: #A0A0A0. Windows color (decimal): -2196796 or 12876510. OLE color: 12876510.

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

Color convert

RGB 222 122 196 -
CMYK 0 0.45 0.12 0.13
HSL 315.6º 0.6% 0.67% -
HSV(B) 315.6º 0.45% 0.87% -
XYZ 47.05 33.43 56.2 -
YUV 160.34 148.13 171.98 -
System Red Green Blue C M Y K H S L
Decimal 222 122 196 0 0.45 0.12 0.13 315.6 0.6 0.67
Hex DE 7A C4 0 2D C D 13C 3C 43
Octal 336 172 304 0 55 14 15 474 74 103
Binary 11011110 1111010 11000100 0 101101 1100 1101 100111100 111100 1000011

Color Harmonies of #DE7AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7AC4

Black with #DE7AC4

Text Example


Text Example

White with #DE7AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7AC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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