Html Css Color HEX #DA81DE Orchid

📋 copy color: '#DA81DE'

red 218 ◦ green 129 ◦ blue 222

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

Shades of Orchid #DA81DE

Tints of Orchid #DA81DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.02%

R = 38.31%
G = 22.67%
B = 39.02%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA81DE (or 0xDA81DE) is known color: Orchid. HEX triplet: DA, 81 and DE. RGB value is (218,129,222). Sum of RGB (Red+Green+Blue) = 218+129+222=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 129 (50.78% from 255 or 22.67% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA81DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA81DE is #257E21. Grayscale: #A5A5A5. Windows color (decimal): -2457122 or 14582234. OLE color: 14582234.

HSL color Cylindrical-coordinate representation of color #DA81DE: hue angle of 297.42º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA81DE is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 129 222 -
CMYK 0.02 0.42 0 0.13
HSL 297.42º 0.58% 0.69% -
HSV(B) 297.42º 0.42% 0.87% -
XYZ 49.95 35.88 73.4 -
YUV 166.21 159.49 164.94 -
System Red Green Blue C M Y K H S L
Decimal 218 129 222 0.02 0.42 0 0.13 297.42 0.58 0.69
Hex DA 81 DE 2 2A 0 D 129 3A 45
Octal 332 201 336 2 52 0 15 451 72 105
Binary 11011010 10000001 11011110 10 101010 0 1101 100101001 111010 1000101

Color Harmonies of #DA81DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA81DE

Black with #DA81DE

Text Example


Text Example

White with #DA81DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA81DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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