Html Css Color HEX #DA81C2 Orchid

📋 copy color: '#DA81C2'

red 218 ◦ green 129 ◦ blue 194

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

Shades of Orchid #DA81C2

Tints of Orchid #DA81C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.86%

R = 40.3%
G = 23.84%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#DA81C2 (or 0xDA81C2) is known color: Orchid. HEX triplet: DA, 81 and C2. RGB value is (218,129,194). Sum of RGB (Red+Green+Blue) = 218+129+194=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 129 (50.78% from 255 or 23.84% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DA81C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA81C2 is #257E3D. Grayscale: #A2A2A2. Windows color (decimal): -2457150 or 12747226. OLE color: 12747226.

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

Color convert

RGB 218 129 194 -
CMYK 0 0.41 0.11 0.15
HSL 316.18º 0.55% 0.68% -
HSV(B) 316.18º 0.41% 0.85% -
XYZ 46.5 34.5 55.25 -
YUV 163.02 145.49 167.21 -
System Red Green Blue C M Y K H S L
Decimal 218 129 194 0 0.41 0.11 0.15 316.18 0.55 0.68
Hex DA 81 C2 0 29 B F 13C 37 44
Octal 332 201 302 0 51 13 17 474 67 104
Binary 11011010 10000001 11000010 0 101001 1011 1111 100111100 110111 1000100

Color Harmonies of #DA81C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA81C2

Black with #DA81C2

Text Example


Text Example

White with #DA81C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA81C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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