Html Css Color HEX #DA81CF Orchid

📋 copy color: '#DA81CF'

red 218 ◦ green 129 ◦ blue 207

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

Shades of Orchid #DA81CF

Tints of Orchid #DA81CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.36%

R = 39.35%
G = 23.29%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DA81CF (or 0xDA81CF) is known color: Orchid. HEX triplet: DA, 81 and CF. RGB value is (218,129,207). Sum of RGB (Red+Green+Blue) = 218+129+207=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 129 (50.78% from 255 or 23.29% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 218 - color contains mainly: red. Hex color #DA81CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA81CF is #257E30. Grayscale: #A4A4A4. Windows color (decimal): -2457137 or 13599194. OLE color: 13599194.

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

Color convert

RGB 218 129 207 -
CMYK 0 0.41 0.05 0.15
HSL 307.42º 0.55% 0.68% -
HSV(B) 307.42º 0.41% 0.85% -
XYZ 48.03 35.11 63.28 -
YUV 164.5 151.99 166.16 -
System Red Green Blue C M Y K H S L
Decimal 218 129 207 0 0.41 0.05 0.15 307.42 0.55 0.68
Hex DA 81 CF 0 29 5 F 133 37 44
Octal 332 201 317 0 51 5 17 463 67 104
Binary 11011010 10000001 11001111 0 101001 101 1111 100110011 110111 1000100

Color Harmonies of #DA81CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA81CF

Black with #DA81CF

Text Example


Text Example

White with #DA81CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA81CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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