Html Css Color HEX #DA6BC2 Orchid

📋 copy color: '#DA6BC2'

red 218 ◦ green 107 ◦ blue 194

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

Shades of Orchid #DA6BC2

Tints of Orchid #DA6BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.38%

R = 42%
G = 20.62%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#DA6BC2 (or 0xDA6BC2) is known color: Orchid. HEX triplet: DA, 6B and C2. RGB value is (218,107,194). Sum of RGB (Red+Green+Blue) = 218+107+194=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 107 (42.19% from 255 or 20.62% from 519); Blue value is 194 (76.17% from 255 or 37.38% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6BC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6BC2 is #25943D. Grayscale: #959595. Windows color (decimal): -2462782 or 12741594. OLE color: 12741594.

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

Color convert

RGB 218 107 194 -
CMYK 0 0.51 0.11 0.15
HSL 312.97º 0.6% 0.64% -
HSV(B) 312.97º 0.51% 0.85% -
XYZ 43.91 29.32 54.38 -
YUV 150.11 152.77 176.43 -
System Red Green Blue C M Y K H S L
Decimal 218 107 194 0 0.51 0.11 0.15 312.97 0.6 0.64
Hex DA 6B C2 0 33 B F 139 3C 40
Octal 332 153 302 0 63 13 17 471 74 100
Binary 11011010 1101011 11000010 0 110011 1011 1111 100111001 111100 1000000

Color Harmonies of #DA6BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6BC2

Black with #DA6BC2

Text Example


Text Example

White with #DA6BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6BC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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