Html Css Color HEX #DE7ACF Orchid

📋 copy color: '#DE7ACF'

red 222 ◦ green 122 ◦ blue 207

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

Shades of Orchid #DE7ACF

Tints of Orchid #DE7ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.57%

R = 40.29%
G = 22.14%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DE7ACF (or 0xDE7ACF) is known color: Orchid. HEX triplet: DE, 7A and CF. RGB value is (222,122,207). Sum of RGB (Red+Green+Blue) = 222+122+207=551 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.29% from 551); Green value is 122 (48.05% from 255 or 22.14% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7ACF is #218530. Grayscale: #A1A1A1. Windows color (decimal): -2196785 or 13597406. OLE color: 13597406.

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

Color convert

RGB 222 122 207 -
CMYK 0 0.45 0.07 0.13
HSL 309º 0.6% 0.67% -
HSV(B) 309º 0.45% 0.87% -
XYZ 48.35 33.95 63.04 -
YUV 161.59 153.63 171.09 -
System Red Green Blue C M Y K H S L
Decimal 222 122 207 0 0.45 0.07 0.13 309 0.6 0.67
Hex DE 7A CF 0 2D 7 D 135 3C 43
Octal 336 172 317 0 55 7 15 465 74 103
Binary 11011110 1111010 11001111 0 101101 111 1101 100110101 111100 1000011

Color Harmonies of #DE7ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7ACF

Black with #DE7ACF

Text Example


Text Example

White with #DE7ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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