Html Css Color HEX #DA8BC9 Orchid

📋 copy color: '#DA8BC9'

red 218 ◦ green 139 ◦ blue 201

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

Shades of Orchid #DA8BC9

Tints of Orchid #DA8BC9

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.91%

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

R = 39.07%
G = 24.91%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#DA8BC9 (or 0xDA8BC9) is known color: Orchid. HEX triplet: DA, 8B and C9. RGB value is (218,139,201). Sum of RGB (Red+Green+Blue) = 218+139+201=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 139 (54.69% from 255 or 24.91% from 558); Blue value is 201 (78.91% from 255 or 36.02% from 558); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8BC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8BC9 is #257436. Grayscale: #A9A9A9. Windows color (decimal): -2454583 or 13208538. OLE color: 13208538.

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

Color convert

RGB 218 139 201 -
CMYK 0 0.36 0.08 0.15
HSL 312.91º 0.52% 0.7% -
HSV(B) 312.91º 0.36% 0.85% -
XYZ 48.69 37.59 59.95 -
YUV 169.69 145.67 162.46 -
System Red Green Blue C M Y K H S L
Decimal 218 139 201 0 0.36 0.08 0.15 312.91 0.52 0.7
Hex DA 8B C9 0 24 8 F 139 34 46
Octal 332 213 311 0 44 10 17 471 64 106
Binary 11011010 10001011 11001001 0 100100 1000 1111 100111001 110100 1000110

Color Harmonies of #DA8BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8BC9

Black with #DA8BC9

Text Example


Text Example

White with #DA8BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8BC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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