Html Css Color HEX #DA74DA Orchid

📋 copy color: '#DA74DA'

red 218 ◦ green 116 ◦ blue 218

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

Shades of Orchid #DA74DA

Tints of Orchid #DA74DA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.01%

 BLUE value IS 218 (85.55% from 255) = 39.49%

R = 39.49%
G = 21.01%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#DA74DA (or 0xDA74DA) is known color: Orchid. HEX triplet: DA, 74 and DA. RGB value is (218,116,218). Sum of RGB (Red+Green+Blue) = 218+116+218=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 116 (45.70% from 255 or 21.01% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA74DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA74DA is #258B25. Grayscale: #9D9D9D. Windows color (decimal): -2460454 or 14316762. OLE color: 14316762.

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

Color convert

RGB 218 116 218 -
CMYK 0 0.47 0 0.15
HSL 300º 0.58% 0.65% -
HSV(B) 300º 0.47% 0.85% -
XYZ 47.81 32.46 70.07 -
YUV 158.13 161.79 170.71 -
System Red Green Blue C M Y K H S L
Decimal 218 116 218 0 0.47 0 0.15 300 0.58 0.65
Hex DA 74 DA 0 2F 0 F 12C 3A 41
Octal 332 164 332 0 57 0 17 454 72 101
Binary 11011010 1110100 11011010 0 101111 0 1111 100101100 111010 1000001

Color Harmonies of #DA74DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA74DA

Black with #DA74DA

Text Example


Text Example

White with #DA74DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA74DA; }

 p { color: rgb(218,116,218); }

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

background-color css

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

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

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

border-color css

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

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

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