Html Css Color HEX #DE78D0 Orchid

📋 copy color: '#DE78D0'

red 222 ◦ green 120 ◦ blue 208

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

Shades of Orchid #DE78D0

Tints of Orchid #DE78D0

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.82%

 BLUE value IS 208 (81.64% from 255) = 37.82%

R = 40.36%
G = 21.82%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DE78D0 (or 0xDE78D0) is known color: Orchid. HEX triplet: DE, 78 and D0. RGB value is (222,120,208). Sum of RGB (Red+Green+Blue) = 222+120+208=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 120 (47.27% from 255 or 21.82% from 550); Blue value is 208 (81.64% from 255 or 37.82% from 550); Max value from RGB is 222 - color contains mainly: red. Hex color #DE78D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE78D0 is #21872F. Grayscale: #A0A0A0. Windows color (decimal): -2197296 or 13662430. OLE color: 13662430.

HSL color Cylindrical-coordinate representation of color #DE78D0: hue angle of 308.24º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DE78D0 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 120 208 -
CMYK 0 0.46 0.06 0.13
HSL 308.24º 0.61% 0.67% -
HSV(B) 308.24º 0.46% 0.87% -
XYZ 48.23 33.52 63.6 -
YUV 160.53 154.79 171.84 -
System Red Green Blue C M Y K H S L
Decimal 222 120 208 0 0.46 0.06 0.13 308.24 0.61 0.67
Hex DE 78 D0 0 2E 6 D 134 3D 43
Octal 336 170 320 0 56 6 15 464 75 103
Binary 11011110 1111000 11010000 0 101110 110 1101 100110100 111101 1000011

Color Harmonies of #DE78D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE78D0

Black with #DE78D0

Text Example


Text Example

White with #DE78D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE78D0; }

 p { color: rgb(222,120,208); }

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

background-color css

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

 a { background-color: rgb(222,120,208); }

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

border-color css

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

 span { border-color: rgb(222,120,208); }

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