Html Css Color HEX #DE78D4 Orchid

📋 copy color: '#DE78D4'

red 222 ◦ green 120 ◦ blue 212

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

Shades of Orchid #DE78D4

Tints of Orchid #DE78D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.27%

R = 40.07%
G = 21.66%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DE78D4 (or 0xDE78D4) is known color: Orchid. HEX triplet: DE, 78 and D4. RGB value is (222,120,212). Sum of RGB (Red+Green+Blue) = 222+120+212=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 120 (47.27% from 255 or 21.66% from 554); Blue value is 212 (83.20% from 255 or 38.27% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DE78D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE78D4 is #21872B. Grayscale: #A0A0A0. Windows color (decimal): -2197292 or 13924574. OLE color: 13924574.

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

Color convert

RGB 222 120 212 -
CMYK 0 0.46 0.05 0.13
HSL 305.88º 0.61% 0.67% -
HSV(B) 305.88º 0.46% 0.87% -
XYZ 48.72 33.72 66.23 -
YUV 160.99 156.79 171.52 -
System Red Green Blue C M Y K H S L
Decimal 222 120 212 0 0.46 0.05 0.13 305.88 0.61 0.67
Hex DE 78 D4 0 2E 5 D 132 3D 43
Octal 336 170 324 0 56 5 15 462 75 103
Binary 11011110 1111000 11010100 0 101110 101 1101 100110010 111101 1000011

Color Harmonies of #DE78D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE78D4

Black with #DE78D4

Text Example


Text Example

White with #DE78D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE78D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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