Html Css Color HEX #DA73CA Orchid

📋 copy color: '#DA73CA'

red 218 ◦ green 115 ◦ blue 202

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

Shades of Orchid #DA73CA

Tints of Orchid #DA73CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.76%

R = 40.75%
G = 21.5%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA73CA (or 0xDA73CA) is known color: Orchid. HEX triplet: DA, 73 and CA. RGB value is (218,115,202). Sum of RGB (Red+Green+Blue) = 218+115+202=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 115 (45.31% from 255 or 21.50% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DA73CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA73CA is #258C35. Grayscale: #9B9B9B. Windows color (decimal): -2460726 or 13267930. OLE color: 13267930.

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

Color convert

RGB 218 115 202 -
CMYK 0 0.47 0.07 0.15
HSL 309.32º 0.58% 0.65% -
HSV(B) 309.32º 0.47% 0.85% -
XYZ 45.7 31.43 59.54 -
YUV 155.72 154.12 172.43 -
System Red Green Blue C M Y K H S L
Decimal 218 115 202 0 0.47 0.07 0.15 309.32 0.58 0.65
Hex DA 73 CA 0 2F 7 F 135 3A 41
Octal 332 163 312 0 57 7 17 465 72 101
Binary 11011010 1110011 11001010 0 101111 111 1111 100110101 111010 1000001

Color Harmonies of #DA73CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA73CA

Black with #DA73CA

Text Example


Text Example

White with #DA73CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA73CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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