Html Css Color HEX #DA78E1 Orchid

📋 copy color: '#DA78E1'

red 218 ◦ green 120 ◦ blue 225

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

Shades of Orchid #DA78E1

Tints of Orchid #DA78E1

RGB

 RED value IS 218 (85.55% from 255) = 38.72%

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

 BLUE value IS 225 (88.28% from 255) = 39.96%

R = 38.72%
G = 21.31%
B = 39.96%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DA78E1 (or 0xDA78E1) is known color: Orchid. HEX triplet: DA, 78 and E1. RGB value is (218,120,225). Sum of RGB (Red+Green+Blue) = 218+120+225=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 120 (47.27% from 255 or 21.31% from 563); Blue value is 225 (88.28% from 255 or 39.96% from 563); Max value from RGB is 225 - color contains mainly: blue. Hex color #DA78E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA78E1 is #25871E. Grayscale: #A0A0A0. Windows color (decimal): -2459423 or 14776538. OLE color: 14776538.

HSL color Cylindrical-coordinate representation of color #DA78E1: hue angle of 296º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA78E1 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 120 225 -
CMYK 0.03 0.47 0 0.12
HSL 296º 0.64% 0.68% -
HSV(B) 296º 0.47% 0.88% -
XYZ 49.22 33.77 75.16 -
YUV 161.27 163.97 168.46 -
System Red Green Blue C M Y K H S L
Decimal 218 120 225 0.03 0.47 0 0.12 296 0.64 0.68
Hex DA 78 E1 3 2F 0 C 128 40 44
Octal 332 170 341 3 57 0 14 450 100 104
Binary 11011010 1111000 11100001 11 101111 0 1100 100101000 1000000 1000100

Color Harmonies of #DA78E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA78E1

Black with #DA78E1

Text Example


Text Example

White with #DA78E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA78E1; }

 p { color: rgb(218,120,225); }

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

background-color css

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

 a { background-color: rgb(218,120,225); }

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

border-color css

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

 span { border-color: rgb(218,120,225); }

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