Html Css Color HEX #DA6BC6 Orchid

📋 copy color: '#DA6BC6'

red 218 ◦ green 107 ◦ blue 198

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

Shades of Orchid #DA6BC6

Tints of Orchid #DA6BC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.86%

R = 41.68%
G = 20.46%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#DA6BC6 (or 0xDA6BC6) is known color: Orchid. HEX triplet: DA, 6B and C6. RGB value is (218,107,198). Sum of RGB (Red+Green+Blue) = 218+107+198=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 107 (42.19% from 255 or 20.46% from 523); Blue value is 198 (77.73% from 255 or 37.86% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6BC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6BC6 is #259439. Grayscale: #969696. Windows color (decimal): -2462778 or 13003738. OLE color: 13003738.

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

Color convert

RGB 218 107 198 -
CMYK 0 0.51 0.09 0.15
HSL 310.81º 0.6% 0.64% -
HSV(B) 310.81º 0.51% 0.85% -
XYZ 44.36 29.5 56.78 -
YUV 150.56 154.77 176.1 -
System Red Green Blue C M Y K H S L
Decimal 218 107 198 0 0.51 0.09 0.15 310.81 0.6 0.64
Hex DA 6B C6 0 33 9 F 137 3C 40
Octal 332 153 306 0 63 11 17 467 74 100
Binary 11011010 1101011 11000110 0 110011 1001 1111 100110111 111100 1000000

Color Harmonies of #DA6BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6BC6

Black with #DA6BC6

Text Example


Text Example

White with #DA6BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6BC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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