Html Css Color HEX #DA81CD Orchid

📋 copy color: '#DA81CD'

red 218 ◦ green 129 ◦ blue 205

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

Shades of Orchid #DA81CD

Tints of Orchid #DA81CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.14%

R = 39.49%
G = 23.37%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA81CD (or 0xDA81CD) is known color: Orchid. HEX triplet: DA, 81 and CD. RGB value is (218,129,205). Sum of RGB (Red+Green+Blue) = 218+129+205=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 129 (50.78% from 255 or 23.37% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DA81CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA81CD is #257E32. Grayscale: #A4A4A4. Windows color (decimal): -2457139 or 13468122. OLE color: 13468122.

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

Color convert

RGB 218 129 205 -
CMYK 0 0.41 0.06 0.15
HSL 308.76º 0.55% 0.68% -
HSV(B) 308.76º 0.41% 0.85% -
XYZ 47.78 35.01 62 -
YUV 164.28 150.99 166.32 -
System Red Green Blue C M Y K H S L
Decimal 218 129 205 0 0.41 0.06 0.15 308.76 0.55 0.68
Hex DA 81 CD 0 29 6 F 135 37 44
Octal 332 201 315 0 51 6 17 465 67 104
Binary 11011010 10000001 11001101 0 101001 110 1111 100110101 110111 1000100

Color Harmonies of #DA81CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA81CD

Black with #DA81CD

Text Example


Text Example

White with #DA81CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA81CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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