Html Css Color HEX #DE8ACF Orchid

📋 copy color: '#DE8ACF'

red 222 ◦ green 138 ◦ blue 207

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

Shades of Orchid #DE8ACF

Tints of Orchid #DE8ACF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.34%

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

R = 39.15%
G = 24.34%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DE8ACF (or 0xDE8ACF) is known color: Orchid. HEX triplet: DE, 8A and CF. RGB value is (222,138,207). Sum of RGB (Red+Green+Blue) = 222+138+207=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 138 (54.30% from 255 or 24.34% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8ACF is #217530. Grayscale: #AAAAAA. Windows color (decimal): -2192689 or 13601502. OLE color: 13601502.

HSL color Cylindrical-coordinate representation of color #DE8ACF: hue angle of 310.71º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DE8ACF is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 138 207 -
CMYK 0 0.38 0.07 0.13
HSL 310.71º 0.56% 0.71% -
HSV(B) 310.71º 0.38% 0.87% -
XYZ 50.48 38.21 63.75 -
YUV 170.98 148.33 164.39 -
System Red Green Blue C M Y K H S L
Decimal 222 138 207 0 0.38 0.07 0.13 310.71 0.56 0.71
Hex DE 8A CF 0 26 7 D 137 38 47
Octal 336 212 317 0 46 7 15 467 70 107
Binary 11011110 10001010 11001111 0 100110 111 1101 100110111 111000 1000111

Color Harmonies of #DE8ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8ACF

Black with #DE8ACF

Text Example


Text Example

White with #DE8ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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