Html Css Color HEX #DA81C9 Orchid

📋 copy color: '#DA81C9'

red 218 ◦ green 129 ◦ blue 201

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

Shades of Orchid #DA81C9

Tints of Orchid #DA81C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.68%

R = 39.78%
G = 23.54%
B = 36.68%

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

#DA81C9 (or 0xDA81C9) is known color: Orchid. HEX triplet: DA, 81 and C9. RGB value is (218,129,201). Sum of RGB (Red+Green+Blue) = 218+129+201=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 129 (50.78% from 255 or 23.54% from 548); Blue value is 201 (78.91% from 255 or 36.68% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DA81C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA81C9 is #257E36. Grayscale: #A3A3A3. Windows color (decimal): -2457143 or 13205978. OLE color: 13205978.

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

Color convert

RGB 218 129 201 -
CMYK 0 0.41 0.08 0.15
HSL 311.46º 0.55% 0.68% -
HSV(B) 311.46º 0.41% 0.85% -
XYZ 47.31 34.82 59.49 -
YUV 163.82 148.99 166.65 -
System Red Green Blue C M Y K H S L
Decimal 218 129 201 0 0.41 0.08 0.15 311.46 0.55 0.68
Hex DA 81 C9 0 29 8 F 137 37 44
Octal 332 201 311 0 51 10 17 467 67 104
Binary 11011010 10000001 11001001 0 101001 1000 1111 100110111 110111 1000100

Color Harmonies of #DA81C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA81C9

Black with #DA81C9

Text Example


Text Example

White with #DA81C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA81C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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