Html Css Color HEX #DA81DC Orchid

📋 copy color: '#DA81DC'

red 218 ◦ green 129 ◦ blue 220

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

Shades of Orchid #DA81DC

Tints of Orchid #DA81DC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.75%

 BLUE value IS 220 (86.33% from 255) = 38.8%

R = 38.45%
G = 22.75%
B = 38.8%

CMYK

 C value IS 0.01

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA81DC (or 0xDA81DC) is known color: Orchid. HEX triplet: DA, 81 and DC. RGB value is (218,129,220). Sum of RGB (Red+Green+Blue) = 218+129+220=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 129 (50.78% from 255 or 22.75% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA81DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA81DC is #257E23. Grayscale: #A5A5A5. Windows color (decimal): -2457124 or 14451162. OLE color: 14451162.

HSL color Cylindrical-coordinate representation of color #DA81DC: hue angle of 298.68º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA81DC is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 129 220 -
CMYK 0.01 0.41 0 0.14
HSL 298.68º 0.57% 0.68% -
HSV(B) 298.68º 0.41% 0.86% -
XYZ 49.68 35.77 72 -
YUV 165.99 158.49 165.1 -
System Red Green Blue C M Y K H S L
Decimal 218 129 220 0.01 0.41 0 0.14 298.68 0.57 0.68
Hex DA 81 DC 1 29 0 E 12B 39 44
Octal 332 201 334 1 51 0 16 453 71 104
Binary 11011010 10000001 11011100 1 101001 0 1110 100101011 111001 1000100

Color Harmonies of #DA81DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA81DC

Black with #DA81DC

Text Example


Text Example

White with #DA81DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA81DC; }

 p { color: rgb(218,129,220); }

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

background-color css

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

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

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

border-color css

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

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

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