Html Css Color HEX #DA6BC3 Orchid

📋 copy color: '#DA6BC3'

red 218 ◦ green 107 ◦ blue 195

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

Shades of Orchid #DA6BC3

Tints of Orchid #DA6BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.5%

R = 41.92%
G = 20.58%
B = 37.5%

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

#DA6BC3 (or 0xDA6BC3) is known color: Orchid. HEX triplet: DA, 6B and C3. RGB value is (218,107,195). Sum of RGB (Red+Green+Blue) = 218+107+195=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 107 (42.19% from 255 or 20.58% from 520); Blue value is 195 (76.56% from 255 or 37.5% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6BC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6BC3 is #25943C. Grayscale: #959595. Windows color (decimal): -2462781 or 12807130. OLE color: 12807130.

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

Color convert

RGB 218 107 195 -
CMYK 0 0.51 0.11 0.15
HSL 312.43º 0.6% 0.64% -
HSV(B) 312.43º 0.51% 0.85% -
XYZ 44.02 29.36 54.98 -
YUV 150.22 153.27 176.34 -
System Red Green Blue C M Y K H S L
Decimal 218 107 195 0 0.51 0.11 0.15 312.43 0.6 0.64
Hex DA 6B C3 0 33 B F 138 3C 40
Octal 332 153 303 0 63 13 17 470 74 100
Binary 11011010 1101011 11000011 0 110011 1011 1111 100111000 111100 1000000

Color Harmonies of #DA6BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6BC3

Black with #DA6BC3

Text Example


Text Example

White with #DA6BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6BC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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