Html Css Color HEX #DA78C9 Orchid

📋 copy color: '#DA78C9'

red 218 ◦ green 120 ◦ blue 201

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

Shades of Orchid #DA78C9

Tints of Orchid #DA78C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.29%

R = 40.45%
G = 22.26%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#DA78C9 (or 0xDA78C9) is known color: Orchid. HEX triplet: DA, 78 and C9. RGB value is (218,120,201). Sum of RGB (Red+Green+Blue) = 218+120+201=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 120 (47.27% from 255 or 22.26% from 539); Blue value is 201 (78.91% from 255 or 37.29% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DA78C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA78C9 is #258736. Grayscale: #9E9E9E. Windows color (decimal): -2459447 or 13203674. OLE color: 13203674.

HSL color Cylindrical-coordinate representation of color #DA78C9: hue angle of 310.41º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA78C9 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 120 201 -
CMYK 0 0.45 0.08 0.15
HSL 310.41º 0.57% 0.66% -
HSV(B) 310.41º 0.45% 0.85% -
XYZ 46.17 32.56 59.11 -
YUV 158.54 151.97 170.41 -
System Red Green Blue C M Y K H S L
Decimal 218 120 201 0 0.45 0.08 0.15 310.41 0.57 0.66
Hex DA 78 C9 0 2D 8 F 136 39 42
Octal 332 170 311 0 55 10 17 466 71 102
Binary 11011010 1111000 11001001 0 101101 1000 1111 100110110 111001 1000010

Color Harmonies of #DA78C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA78C9

Black with #DA78C9

Text Example


Text Example

White with #DA78C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA78C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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