Html Css Color HEX #DE78E0 Orchid

📋 copy color: '#DE78E0'

red 222 ◦ green 120 ◦ blue 224

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

Shades of Orchid #DE78E0

Tints of Orchid #DE78E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.58%

R = 39.22%
G = 21.2%
B = 39.58%

CMYK

 C value IS 0.01

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DE78E0 (or 0xDE78E0) is known color: Orchid. HEX triplet: DE, 78 and E0. RGB value is (222,120,224). Sum of RGB (Red+Green+Blue) = 222+120+224=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 120 (47.27% from 255 or 21.20% from 566); Blue value is 224 (87.89% from 255 or 39.58% from 566); Max value from RGB is 224 - color contains mainly: blue. Hex color #DE78E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE78E0 is #21871F. Grayscale: #A2A2A2. Windows color (decimal): -2197280 or 14711006. OLE color: 14711006.

HSL color Cylindrical-coordinate representation of color #DE78E0: hue angle of 298.85º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DE78E0 is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 120 224 -
CMYK 0.01 0.46 0 0.12
HSL 298.85º 0.63% 0.67% -
HSV(B) 298.85º 0.46% 0.88% -
XYZ 50.3 34.34 74.5 -
YUV 162.35 162.79 170.54 -
System Red Green Blue C M Y K H S L
Decimal 222 120 224 0.01 0.46 0 0.12 298.85 0.63 0.67
Hex DE 78 E0 1 2E 0 C 12B 3F 43
Octal 336 170 340 1 56 0 14 453 77 103
Binary 11011110 1111000 11100000 1 101110 0 1100 100101011 111111 1000011

Color Harmonies of #DE78E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE78E0

Black with #DE78E0

Text Example


Text Example

White with #DE78E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE78E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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