Html Css Color HEX #DA81C8 Orchid

📋 copy color: '#DA81C8'

red 218 ◦ green 129 ◦ blue 200

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

Shades of Orchid #DA81C8

Tints of Orchid #DA81C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.56%

R = 39.85%
G = 23.58%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#DA81C8 (or 0xDA81C8) is known color: Orchid. HEX triplet: DA, 81 and C8. RGB value is (218,129,200). Sum of RGB (Red+Green+Blue) = 218+129+200=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 200 (78.52% from 255 or 36.56% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DA81C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA81C8 is #257E37. Grayscale: #A3A3A3. Windows color (decimal): -2457144 or 13140442. OLE color: 13140442.

HSL color Cylindrical-coordinate representation of color #DA81C8: hue angle of 312.13º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA81C8 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 129 200 -
CMYK 0 0.41 0.08 0.15
HSL 312.13º 0.55% 0.68% -
HSV(B) 312.13º 0.41% 0.85% -
XYZ 47.19 34.78 58.87 -
YUV 163.71 148.49 166.73 -
System Red Green Blue C M Y K H S L
Decimal 218 129 200 0 0.41 0.08 0.15 312.13 0.55 0.68
Hex DA 81 C8 0 29 8 F 138 37 44
Octal 332 201 310 0 51 10 17 470 67 104
Binary 11011010 10000001 11001000 0 101001 1000 1111 100111000 110111 1000100

Color Harmonies of #DA81C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA81C8

Black with #DA81C8

Text Example


Text Example

White with #DA81C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA81C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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