Html Css Color HEX #DA6BBA Orchid

📋 copy color: '#DA6BBA'

red 218 ◦ green 107 ◦ blue 186

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

Shades of Orchid #DA6BBA

Tints of Orchid #DA6BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.4%

R = 42.66%
G = 20.94%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA6BBA (or 0xDA6BBA) is known color: Orchid. HEX triplet: DA, 6B and BA. RGB value is (218,107,186). Sum of RGB (Red+Green+Blue) = 218+107+186=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 107 (42.19% from 255 or 20.94% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6BBA is #259445. Grayscale: #949494. Windows color (decimal): -2462790 or 12217306. OLE color: 12217306.

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

Color convert

RGB 218 107 186 -
CMYK 0 0.51 0.15 0.15
HSL 317.3º 0.6% 0.64% -
HSV(B) 317.3º 0.51% 0.85% -
XYZ 43.03 28.97 49.78 -
YUV 149.2 148.77 177.08 -
System Red Green Blue C M Y K H S L
Decimal 218 107 186 0 0.51 0.15 0.15 317.3 0.6 0.64
Hex DA 6B BA 0 33 F F 13D 3C 40
Octal 332 153 272 0 63 17 17 475 74 100
Binary 11011010 1101011 10111010 0 110011 1111 1111 100111101 111100 1000000

Color Harmonies of #DA6BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6BBA

Black with #DA6BBA

Text Example


Text Example

White with #DA6BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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