Html Css Color HEX #DA6BBB Orchid

📋 copy color: '#DA6BBB'

red 218 ◦ green 107 ◦ blue 187

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

Shades of Orchid #DA6BBB

Tints of Orchid #DA6BBB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.9%

 BLUE value IS 187 (73.44% from 255) = 36.52%

R = 42.58%
G = 20.9%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DA6BBB (or 0xDA6BBB) is known color: Orchid. HEX triplet: DA, 6B and BB. RGB value is (218,107,187). Sum of RGB (Red+Green+Blue) = 218+107+187=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 107 (42.19% from 255 or 20.90% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6BBB is #259444. Grayscale: #959595. Windows color (decimal): -2462789 or 12282842. OLE color: 12282842.

HSL color Cylindrical-coordinate representation of color #DA6BBB: hue angle of 316.76º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA6BBB is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 107 187 -
CMYK 0 0.51 0.14 0.15
HSL 316.76º 0.6% 0.64% -
HSV(B) 316.76º 0.51% 0.85% -
XYZ 43.14 29.01 50.34 -
YUV 149.31 149.27 177 -
System Red Green Blue C M Y K H S L
Decimal 218 107 187 0 0.51 0.14 0.15 316.76 0.6 0.64
Hex DA 6B BB 0 33 E F 13D 3C 40
Octal 332 153 273 0 63 16 17 475 74 100
Binary 11011010 1101011 10111011 0 110011 1110 1111 100111101 111100 1000000

Color Harmonies of #DA6BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6BBB

Black with #DA6BBB

Text Example


Text Example

White with #DA6BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6BBB; }

 p { color: rgb(218,107,187); }

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

background-color css

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

 a { background-color: rgb(218,107,187); }

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

border-color css

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

 span { border-color: rgb(218,107,187); }

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