Html Css Color HEX #DE78E2 Orchid

📋 copy color: '#DE78E2'

red 222 ◦ green 120 ◦ blue 226

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

Shades of Orchid #DE78E2

Tints of Orchid #DE78E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 39.79%

R = 39.08%
G = 21.13%
B = 39.79%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DE78E2 (or 0xDE78E2) is known color: Orchid. HEX triplet: DE, 78 and E2. RGB value is (222,120,226). Sum of RGB (Red+Green+Blue) = 222+120+226=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 120 (47.27% from 255 or 21.13% from 568); Blue value is 226 (88.67% from 255 or 39.79% from 568); Max value from RGB is 226 - color contains mainly: blue. Hex color #DE78E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE78E2 is #21871D. Grayscale: #A2A2A2. Windows color (decimal): -2197278 or 14842078. OLE color: 14842078.

HSL color Cylindrical-coordinate representation of color #DE78E2: hue angle of 297.74º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DE78E2 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 120 226 -
CMYK 0.02 0.47 0 0.11
HSL 297.74º 0.65% 0.68% -
HSV(B) 297.74º 0.47% 0.89% -
XYZ 50.57 34.45 75.94 -
YUV 162.58 163.79 170.38 -
System Red Green Blue C M Y K H S L
Decimal 222 120 226 0.02 0.47 0 0.11 297.74 0.65 0.68
Hex DE 78 E2 2 2F 0 B 12A 41 44
Octal 336 170 342 2 57 0 13 452 101 104
Binary 11011110 1111000 11100010 10 101111 0 1011 100101010 1000001 1000100

Color Harmonies of #DE78E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE78E2

Black with #DE78E2

Text Example


Text Example

White with #DE78E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE78E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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