Html Css Color HEX #DA6CC0 Orchid

📋 copy color: '#DA6CC0'

red 218 ◦ green 108 ◦ blue 192

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

Shades of Orchid #DA6CC0

Tints of Orchid #DA6CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.07%

R = 42.08%
G = 20.85%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#DA6CC0 (or 0xDA6CC0) is known color: Orchid. HEX triplet: DA, 6C and C0. RGB value is (218,108,192). Sum of RGB (Red+Green+Blue) = 218+108+192=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6CC0 is #25933F. Grayscale: #969696. Windows color (decimal): -2462528 or 12610778. OLE color: 12610778.

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

Color convert

RGB 218 108 192 -
CMYK 0 0.50 0.12 0.15
HSL 314.18º 0.6% 0.64% -
HSV(B) 314.18º 0.5% 0.85% -
XYZ 43.79 29.44 53.24 -
YUV 150.47 151.44 176.17 -
System Red Green Blue C M Y K H S L
Decimal 218 108 192 0 0.50 0.12 0.15 314.18 0.6 0.64
Hex DA 6C C0 0 32 C F 13A 3C 40
Octal 332 154 300 0 62 14 17 472 74 100
Binary 11011010 1101100 11000000 0 110010 1100 1111 100111010 111100 1000000

Color Harmonies of #DA6CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6CC0

Black with #DA6CC0

Text Example


Text Example

White with #DA6CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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