Html Css Color HEX #DA74DD Orchid

📋 copy color: '#DA74DD'

red 218 ◦ green 116 ◦ blue 221

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

Shades of Orchid #DA74DD

Tints of Orchid #DA74DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.82%

R = 39.28%
G = 20.9%
B = 39.82%

CMYK

 C value IS 0.01

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA74DD (or 0xDA74DD) is known color: Orchid. HEX triplet: DA, 74 and DD. RGB value is (218,116,221). Sum of RGB (Red+Green+Blue) = 218+116+221=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 116 (45.70% from 255 or 20.90% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA74DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA74DD is #258B22. Grayscale: #9E9E9E. Windows color (decimal): -2460451 or 14513370. OLE color: 14513370.

HSL color Cylindrical-coordinate representation of color #DA74DD: hue angle of 298.29º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA74DD is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 116 221 -
CMYK 0.01 0.48 0 0.13
HSL 298.29º 0.61% 0.66% -
HSV(B) 298.29º 0.48% 0.87% -
XYZ 48.21 32.62 72.16 -
YUV 158.47 163.29 170.46 -
System Red Green Blue C M Y K H S L
Decimal 218 116 221 0.01 0.48 0 0.13 298.29 0.61 0.66
Hex DA 74 DD 1 30 0 D 12A 3D 42
Octal 332 164 335 1 60 0 15 452 75 102
Binary 11011010 1110100 11011101 1 110000 0 1101 100101010 111101 1000010

Color Harmonies of #DA74DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA74DD

Black with #DA74DD

Text Example


Text Example

White with #DA74DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA74DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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