Html Css Color HEX #DA78DC Orchid

📋 copy color: '#DA78DC'

red 218 ◦ green 120 ◦ blue 220

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

Shades of Orchid #DA78DC

Tints of Orchid #DA78DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.43%

R = 39.07%
G = 21.51%
B = 39.43%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA78DC (or 0xDA78DC) is known color: Orchid. HEX triplet: DA, 78 and DC. RGB value is (218,120,220). Sum of RGB (Red+Green+Blue) = 218+120+220=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 120 (47.27% from 255 or 21.51% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA78DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA78DC is #258723. Grayscale: #A0A0A0. Windows color (decimal): -2459428 or 14448858. OLE color: 14448858.

HSL color Cylindrical-coordinate representation of color #DA78DC: hue angle of 298.8º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA78DC is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 120 220 -
CMYK 0.01 0.45 0 0.14
HSL 298.8º 0.59% 0.67% -
HSV(B) 298.8º 0.45% 0.86% -
XYZ 48.55 33.51 71.62 -
YUV 160.7 161.47 168.87 -
System Red Green Blue C M Y K H S L
Decimal 218 120 220 0.01 0.45 0 0.14 298.8 0.59 0.67
Hex DA 78 DC 1 2D 0 E 12B 3B 43
Octal 332 170 334 1 55 0 16 453 73 103
Binary 11011010 1111000 11011100 1 101101 0 1110 100101011 111011 1000011

Color Harmonies of #DA78DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA78DC

Black with #DA78DC

Text Example


Text Example

White with #DA78DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA78DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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