Html Css Color HEX #DA79CE Orchid

📋 copy color: '#DA79CE'

red 218 ◦ green 121 ◦ blue 206

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

Shades of Orchid #DA79CE

Tints of Orchid #DA79CE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.2%

 BLUE value IS 206 (80.86% from 255) = 37.8%

R = 40%
G = 22.2%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA79CE (or 0xDA79CE) is known color: Orchid. HEX triplet: DA, 79 and CE. RGB value is (218,121,206). Sum of RGB (Red+Green+Blue) = 218+121+206=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 121 (47.66% from 255 or 22.20% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DA79CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA79CE is #258631. Grayscale: #9F9F9F. Windows color (decimal): -2459186 or 13531610. OLE color: 13531610.

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

Color convert

RGB 218 121 206 -
CMYK 0 0.44 0.06 0.15
HSL 307.42º 0.57% 0.66% -
HSV(B) 307.42º 0.44% 0.85% -
XYZ 46.89 33.04 62.3 -
YUV 159.69 154.14 169.59 -
System Red Green Blue C M Y K H S L
Decimal 218 121 206 0 0.44 0.06 0.15 307.42 0.57 0.66
Hex DA 79 CE 0 2C 6 F 133 39 42
Octal 332 171 316 0 54 6 17 463 71 102
Binary 11011010 1111001 11001110 0 101100 110 1111 100110011 111001 1000010

Color Harmonies of #DA79CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA79CE

Black with #DA79CE

Text Example


Text Example

White with #DA79CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA79CE; }

 p { color: rgb(218,121,206); }

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

background-color css

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

 a { background-color: rgb(218,121,206); }

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

border-color css

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

 span { border-color: rgb(218,121,206); }

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