Html Css Color HEX #DA73CE Orchid

📋 copy color: '#DA73CE'

red 218 ◦ green 115 ◦ blue 206

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

Shades of Orchid #DA73CE

Tints of Orchid #DA73CE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.34%

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

R = 40.45%
G = 21.34%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA73CE (or 0xDA73CE) is known color: Orchid. HEX triplet: DA, 73 and CE. RGB value is (218,115,206). Sum of RGB (Red+Green+Blue) = 218+115+206=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 115 (45.31% from 255 or 21.34% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DA73CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA73CE is #258C31. Grayscale: #9B9B9B. Windows color (decimal): -2460722 or 13530074. OLE color: 13530074.

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

Color convert

RGB 218 115 206 -
CMYK 0 0.47 0.06 0.15
HSL 306.99º 0.58% 0.65% -
HSV(B) 306.99º 0.47% 0.85% -
XYZ 46.18 31.62 62.06 -
YUV 156.17 156.12 172.1 -
System Red Green Blue C M Y K H S L
Decimal 218 115 206 0 0.47 0.06 0.15 306.99 0.58 0.65
Hex DA 73 CE 0 2F 6 F 133 3A 41
Octal 332 163 316 0 57 6 17 463 72 101
Binary 11011010 1110011 11001110 0 101111 110 1111 100110011 111010 1000001

Color Harmonies of #DA73CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA73CE

Black with #DA73CE

Text Example


Text Example

White with #DA73CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA73CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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