Html Css Color HEX #DA78CF Orchid

📋 copy color: '#DA78CF'

red 218 ◦ green 120 ◦ blue 207

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

Shades of Orchid #DA78CF

Tints of Orchid #DA78CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.98%

R = 40%
G = 22.02%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DA78CF (or 0xDA78CF) is known color: Orchid. HEX triplet: DA, 78 and CF. RGB value is (218,120,207). Sum of RGB (Red+Green+Blue) = 218+120+207=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 120 (47.27% from 255 or 22.02% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DA78CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA78CF is #258730. Grayscale: #9E9E9E. Windows color (decimal): -2459441 or 13596890. OLE color: 13596890.

HSL color Cylindrical-coordinate representation of color #DA78CF: hue angle of 306.73º 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 #DA78CF is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 120 207 -
CMYK 0 0.45 0.05 0.15
HSL 306.73º 0.57% 0.66% -
HSV(B) 306.73º 0.45% 0.85% -
XYZ 46.89 32.84 62.9 -
YUV 159.22 154.97 169.93 -
System Red Green Blue C M Y K H S L
Decimal 218 120 207 0 0.45 0.05 0.15 306.73 0.57 0.66
Hex DA 78 CF 0 2D 5 F 133 39 42
Octal 332 170 317 0 55 5 17 463 71 102
Binary 11011010 1111000 11001111 0 101101 101 1111 100110011 111001 1000010

Color Harmonies of #DA78CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA78CF

Black with #DA78CF

Text Example


Text Example

White with #DA78CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA78CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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