Html Css Color HEX #DA6CC6 Orchid

📋 copy color: '#DA6CC6'

red 218 ◦ green 108 ◦ blue 198

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

Shades of Orchid #DA6CC6

Tints of Orchid #DA6CC6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.61%

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

R = 41.6%
G = 20.61%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#DA6CC6 (or 0xDA6CC6) is known color: Orchid. HEX triplet: DA, 6C and C6. RGB value is (218,108,198). Sum of RGB (Red+Green+Blue) = 218+108+198=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 108 (42.58% from 255 or 20.61% from 524); Blue value is 198 (77.73% from 255 or 37.79% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6CC6 is #259339. Grayscale: #969696. Windows color (decimal): -2462522 or 13003994. OLE color: 13003994.

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

Color convert

RGB 218 108 198 -
CMYK 0 0.50 0.09 0.15
HSL 310.91º 0.6% 0.64% -
HSV(B) 310.91º 0.5% 0.85% -
XYZ 44.47 29.71 56.82 -
YUV 151.15 154.44 175.68 -
System Red Green Blue C M Y K H S L
Decimal 218 108 198 0 0.50 0.09 0.15 310.91 0.6 0.64
Hex DA 6C C6 0 32 9 F 137 3C 40
Octal 332 154 306 0 62 11 17 467 74 100
Binary 11011010 1101100 11000110 0 110010 1001 1111 100110111 111100 1000000

Color Harmonies of #DA6CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6CC6

Black with #DA6CC6

Text Example


Text Example

White with #DA6CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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