Html Css Color HEX #DE7AC3 Orchid

📋 copy color: '#DE7AC3'

red 222 ◦ green 122 ◦ blue 195

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

Shades of Orchid #DE7AC3

Tints of Orchid #DE7AC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.18%

R = 41.19%
G = 22.63%
B = 36.18%

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

#DE7AC3 (or 0xDE7AC3) is known color: Orchid. HEX triplet: DE, 7A and C3. RGB value is (222,122,195). Sum of RGB (Red+Green+Blue) = 222+122+195=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 122 (48.05% from 255 or 22.63% from 539); Blue value is 195 (76.56% from 255 or 36.18% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7AC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7AC3 is #21853C. Grayscale: #A0A0A0. Windows color (decimal): -2196797 or 12810974. OLE color: 12810974.

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

Color convert

RGB 222 122 195 -
CMYK 0 0.45 0.12 0.13
HSL 316.2º 0.6% 0.67% -
HSV(B) 316.2º 0.45% 0.87% -
XYZ 46.93 33.39 55.6 -
YUV 160.22 147.63 172.06 -
System Red Green Blue C M Y K H S L
Decimal 222 122 195 0 0.45 0.12 0.13 316.2 0.6 0.67
Hex DE 7A C3 0 2D C D 13C 3C 43
Octal 336 172 303 0 55 14 15 474 74 103
Binary 11011110 1111010 11000011 0 101101 1100 1101 100111100 111100 1000011

Color Harmonies of #DE7AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7AC3

Black with #DE7AC3

Text Example


Text Example

White with #DE7AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7AC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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